summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/prltempl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-18 08:13:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-18 08:13:50 +0000
commit41d678d2e4ec0d3c3c29ad8670efd3a81bff3e32 (patch)
treee322ecaf5d1c5d3eaf40abf234ab208c355cc4a8 /sd/source/ui/inc/prltempl.hxx
parent1832b347b5cdb65ba8331ec0bb59ec8c2ffcad43 (diff)
INTEGRATION: CWS impress18 (1.1.1.1.622); FILE MERGED
2004/11/10 12:38:27 cl 1.1.1.1.622.1: #i34074# use GetOutputItemSet on the correct implementation
Diffstat (limited to 'sd/source/ui/inc/prltempl.hxx')
-rw-r--r--sd/source/ui/inc/prltempl.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index 0dee383625b9..f1079e2dcc16 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prltempl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:41 $
+ * last change: $Author: obo $ $Date: 2004-11-18 09:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,8 +128,7 @@ public:
SdPresLayoutTemplateDlg( SfxObjectShell* pDocSh, Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool );
~SdPresLayoutTemplateDlg();
- const SfxItemSet* GetOutputItemSet();
-
+ const SfxItemSet* GetOutputItemSet() const;
};