summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:06:40 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:06:40 +0000
commita2ee018481bfed1c057b3f13d4f86ab40dbf24a7 (patch)
treea35bfb0419af9a236c58dfc2c9c6f0cc6844cec6
parent11fd5373777444359f0db10ef663199e0a571c63 (diff)
INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED
2006/11/22 12:41:47 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro
-rw-r--r--sd/source/ui/dlg/morphdlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/morphdlg.cxx b/sd/source/ui/dlg/morphdlg.cxx
index 6c127172ddcf..f4f032fde6b2 100644
--- a/sd/source/ui/dlg/morphdlg.cxx
+++ b/sd/source/ui/dlg/morphdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: morphdlg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:40:36 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:06:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,14 +94,14 @@ namespace sd {
MorphDlg::MorphDlg( ::Window* pParent, const SdrObject* pObj1, const SdrObject* pObj2 ) :
ModalDialog ( pParent, SdResId( DLG_MORPH ) ),
- aBtnOK ( this, SdResId( BTN_OK ) ),
- aBtnCancel ( this, SdResId( BTN_CANCEL ) ),
- aBtnHelp ( this, SdResId( BTN_HELP ) ),
aGrpPreset ( this, SdResId( GRP_PRESET ) ),
aFtSteps ( this, SdResId( FT_STEPS ) ),
aMtfSteps ( this, SdResId( MTF_STEPS ) ),
aCbxAttributes ( this, SdResId( CBX_ATTRIBUTES ) ),
- aCbxOrientation ( this, SdResId( CBX_ORIENTATION ) )
+ aCbxOrientation ( this, SdResId( CBX_ORIENTATION ) ),
+ aBtnOK ( this, SdResId( BTN_OK ) ),
+ aBtnCancel ( this, SdResId( BTN_CANCEL ) ),
+ aBtnHelp ( this, SdResId( BTN_HELP ) )
{
FreeResource();
LoadSettings();