summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sddlgfact.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-18 08:13:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-18 08:13:35 +0000
commit1832b347b5cdb65ba8331ec0bb59ec8c2ffcad43 (patch)
tree6d83afa48a5e588ede297d6bf9fbe51826dfa2e0 /sd/source/ui/dlg/sddlgfact.hxx
parent10b74f00d43e84503d250047acc60df91c5392f2 (diff)
INTEGRATION: CWS impress18 (1.3.182); FILE MERGED
2004/11/10 12:39:58 cl 1.3.182.1: #i34074# use GetOutputItemSet on the correct implementation
Diffstat (limited to 'sd/source/ui/dlg/sddlgfact.hxx')
-rw-r--r--sd/source/ui/dlg/sddlgfact.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index 1e3f8381ec8a..3617bf9a2541 100644
--- a/sd/source/ui/dlg/sddlgfact.hxx
+++ b/sd/source/ui/dlg/sddlgfact.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sddlgfact.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-05-13 16:32:29 $
+ * last change: $Author: obo $ $Date: 2004-11-18 09:13:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,18 @@ class AbstractTabDialog_Impl : public SfxAbstractTabDialog
virtual String GetText() const; //add by CHINA001
};
//add for SdCharDlg end
+class SdPresLayoutTemplateDlg;
+class SdPresLayoutTemplateDlg_Impl : public SfxAbstractTabDialog
+{
+ DECL_ABSTDLG_BASE( SdPresLayoutTemplateDlg_Impl,SdPresLayoutTemplateDlg );
+ virtual void SetCurPageId( USHORT nId );
+ virtual const SfxItemSet* GetOutputItemSet() const;
+ virtual const USHORT* GetInputRanges( const SfxItemPool& pItem ); //add by CHINA001
+ virtual void SetInputSet( const SfxItemSet* pInSet ); //add by CHINA001
+ //From class Window.
+ virtual void SetText( const XubString& rStr ); //add by CHINA001
+ virtual String GetText() const; //add by CHINA001
+};
// add for AssistentDlg
class AssistentDlg;