summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdpreslt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/sdpreslt.hxx')
-rw-r--r--sd/source/ui/inc/sdpreslt.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sd/source/ui/inc/sdpreslt.hxx b/sd/source/ui/inc/sdpreslt.hxx
index 95b89bb6c9f4..a1df1b62596e 100644
--- a/sd/source/ui/inc/sdpreslt.hxx
+++ b/sd/source/ui/inc/sdpreslt.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,13 +43,13 @@ class ViewShell;
-class SdPresLayoutDlg
+class SdPresLayoutDlg
: public ModalDialog
{
public:
SdPresLayoutDlg(
- ::sd::DrawDocShell* pDocShell,
- ::sd::ViewShell* pViewShell,
+ ::sd::DrawDocShell* pDocShell,
+ ::sd::ViewShell* pViewShell,
::Window* pWindow,
const SfxItemSet& rInAttrs);
@@ -62,26 +62,26 @@ public:
private:
::sd::DrawDocShell* mpDocSh;
- ::sd::ViewShell* mpViewSh;
- FixedText maFtLayout;
+ ::sd::ViewShell* mpViewSh;
+ FixedText maFtLayout;
ValueSet maVS;
- OKButton maBtnOK;
- CancelButton maBtnCancel;
- HelpButton maBtnHelp;
- CheckBox maCbxMasterPage;
- CheckBox maCbxCheckMasters;
+ OKButton maBtnOK;
+ CancelButton maBtnCancel;
+ HelpButton maBtnHelp;
+ CheckBox maCbxMasterPage;
+ CheckBox maCbxCheckMasters;
PushButton maBtnLoad;
- const SfxItemSet& mrOutAttrs;
+ const SfxItemSet& mrOutAttrs;
List* mpLayoutNames;
String maName; // Layoutname oder Dateiname
- long mnLayoutCount; // Anzahl, der im Dokument vorhandenen MasterPages
- const String maStrNone;
+ long mnLayoutCount; // Anzahl, der im Dokument vorhandenen MasterPages
+ const String maStrNone;
void FillValueSet();
- void Reset();
+ void Reset();
};
#endif