summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/masterlayoutdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/masterlayoutdlg.hxx')
-rw-r--r--sd/source/ui/inc/masterlayoutdlg.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sd/source/ui/inc/masterlayoutdlg.hxx b/sd/source/ui/inc/masterlayoutdlg.hxx
index 73affd4caa9d..86bdef54a46f 100644
--- a/sd/source/ui/inc/masterlayoutdlg.hxx
+++ b/sd/source/ui/inc/masterlayoutdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,22 +43,22 @@ namespace sd
class MasterLayoutDialog : public ModalDialog
{
private:
- SdDrawDocument* mpDoc;
- SdPage* mpCurrentPage;
+ SdDrawDocument* mpDoc;
+ SdPage* mpCurrentPage;
- FixedLine maFLPlaceholders;
- CheckBox maCBDate;
- CheckBox maCBPageNumber;
- CheckBox maCBHeader;
- CheckBox maCBFooter;
+ FixedLine maFLPlaceholders;
+ CheckBox maCBDate;
+ CheckBox maCBPageNumber;
+ CheckBox maCBHeader;
+ CheckBox maCBFooter;
- OKButton maPBOK;
- CancelButton maPBCancel;
+ OKButton maPBOK;
+ CancelButton maPBCancel;
- BOOL mbOldHeader;
- BOOL mbOldFooter;
- BOOL mbOldDate;
- BOOL mbOldPageNumber;
+ BOOL mbOldHeader;
+ BOOL mbOldFooter;
+ BOOL mbOldDate;
+ BOOL mbOldPageNumber;
void applyChanges();
void remove( PresObjKind eKind );