summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/prltempl.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:47:10 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:47:10 +0000
commit7f2e518180bbf5af2ce3f1eab9da07dfce0f0371 (patch)
tree73fe9c67ac978e796abbca90810f7fb764951d84 /sd/source/ui/inc/prltempl.hxx
parent28e8981408d3bb75205cd76a9802206b24d8598e (diff)
INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED
2006/11/27 13:48:07 cl 1.3.316.2: #i69285# warning free code changes for sd project 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/prltempl.hxx')
-rw-r--r--sd/source/ui/inc/prltempl.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 93ad833c1b94..d502d98cc4b1 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prltempl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:50:21 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:47:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,6 +58,7 @@ class XDashList;
class XLineEndList;
class SfxObjectShell;
class SfxStyleSheetBase;
+class SfxStyleSheetBasePool;
/*************************************************************************
|*
@@ -67,7 +68,7 @@ class SfxStyleSheetBase;
class SdPresLayoutTemplateDlg : public SfxTabDialog
{
private:
- const SfxObjectShell* pDocShell;
+ const SfxObjectShell* mpDocShell;
XColorTable* pColorTab;
XGradientList* pGradientList;
@@ -98,6 +99,8 @@ private:
USHORT GetOutlineLevel() const;
+ using SfxTabDialog::GetOutputItemSet;
+
public:
SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
~SdPresLayoutTemplateDlg();