summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/masterlayoutdlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-13 15:33:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-13 15:33:22 +0000
commitc9da14546251f2cb49a7320e85327105b4471cb0 (patch)
tree647618ab4f721f70314f9649993e947a19c75686 /sd/source/ui/inc/masterlayoutdlg.hxx
parentde6cbd0a5362ad46054ccfb47f61dcdc88e7fcf7 (diff)
#i10000#: adept new dialogs to abstract factory mechanism
Diffstat (limited to 'sd/source/ui/inc/masterlayoutdlg.hxx')
-rw-r--r--sd/source/ui/inc/masterlayoutdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/masterlayoutdlg.hxx b/sd/source/ui/inc/masterlayoutdlg.hxx
index dd89503d1a23..dfbe9b297508 100644
--- a/sd/source/ui/inc/masterlayoutdlg.hxx
+++ b/sd/source/ui/inc/masterlayoutdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: masterlayoutdlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 15:52:50 $
+ * last change: $Author: hr $ $Date: 2004-05-13 16:33:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ public:
MasterLayoutDialog( Window* pParent, SdDrawDocument* pDoc, SdPage* pCurrentPage );
~MasterLayoutDialog();
- static void execute( Window* pParent, SdDrawDocument* pDoc, SdPage* pCurrentPage );
+ virtual short Execute();
};
}