viewdlg.cxx (efeef26f) viewdlg.cxx (870262e3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 65 unchanged lines hidden (view full) ---

74 else
75 pWrtShell->SetPageOffset( nValue );
76 }
77 }
78 }
79 break;
80
81 default:
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 65 unchanged lines hidden (view full) ---

74 else
75 pWrtShell->SetPageOffset( nValue );
76 }
77 }
78 }
79 break;
80
81 default:
82 ASSERT(!this, falscher Dispatcher);
82 ASSERT(sal_False, "wrong dispatcher");
83 return;
84 }
85
86 if( pDialog )
87 {
88 pDialog->Execute();
89 delete pDialog;
90 }
91}
92
93
94
83 return;
84 }
85
86 if( pDialog )
87 {
88 pDialog->Execute();
89 delete pDialog;
90 }
91}
92
93
94