summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdpreslt.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:47:47 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:47:47 +0000
commit804c8abad84579ae42fe974e60f784f540a8e6db (patch)
tree7fdc7e05a9fe77dbbe92c63af62b2162167ff8b1 /sd/source/ui/inc/sdpreslt.hxx
parentc403a6236d6188bf9dbf63ee4cb25ad620f00f8e (diff)
INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED
2006/11/22 12:42:05 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/sdpreslt.hxx')
-rw-r--r--sd/source/ui/inc/sdpreslt.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sd/source/ui/inc/sdpreslt.hxx b/sd/source/ui/inc/sdpreslt.hxx
index 95e1d6ce7938..475886ae92ea 100644
--- a/sd/source/ui/inc/sdpreslt.hxx
+++ b/sd/source/ui/inc/sdpreslt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdpreslt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:52:22 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:47:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,24 +76,24 @@ public:
DECL_LINK(ClickLoadHdl, void *);
private:
- ::sd::DrawDocShell* pDocSh;
- ::sd::ViewShell* pViewSh;
- FixedText aFtLayout;
- ValueSet aVS;
- OKButton aBtnOK;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
- CheckBox aCbxMasterPage;
- CheckBox aCbxCheckMasters;
- PushButton aBtnLoad;
-
- const SfxItemSet& rOutAttrs;
-
- List* pLayoutNames;
-
- String aName; // Layoutname oder Dateiname
- long nLayoutCount; // Anzahl, der im Dokument vorhandenen MasterPages
- String aStrNone;
+ ::sd::DrawDocShell* mpDocSh;
+ ::sd::ViewShell* mpViewSh;
+ FixedText maFtLayout;
+ ValueSet maVS;
+ OKButton maBtnOK;
+ CancelButton maBtnCancel;
+ HelpButton maBtnHelp;
+ CheckBox maCbxMasterPage;
+ CheckBox maCbxCheckMasters;
+ PushButton maBtnLoad;
+
+ const SfxItemSet& mrOutAttrs;
+
+ List* mpLayoutNames;
+
+ String maName; // Layoutname oder Dateiname
+ long mnLayoutCount; // Anzahl, der im Dokument vorhandenen MasterPages
+ const String maStrNone;
void FillValueSet();
void Reset();