summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sddlgfact.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:27:17 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:27:17 +0000
commit1e9fc6fdfb34ea7a8025d1d2eaee032ad250d35a (patch)
tree7c924b2667e4c025b813c666ba0f3eb59a4204ff /sd/source/ui/dlg/sddlgfact.hxx
parent606128e9f844626f5994d6f7723ac8a2353a09be (diff)
INTEGRATION: CWS impress26 (1.4.32); FILE MERGED
2004/12/16 15:26:55 cl 1.4.32.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()
Diffstat (limited to 'sd/source/ui/dlg/sddlgfact.hxx')
-rw-r--r--sd/source/ui/dlg/sddlgfact.hxx21
1 files changed, 19 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index 3617bf9a2541..e853b990cba5 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-18 09:13:35 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:27:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,6 +128,23 @@ class AbstractTabDialog_Impl : public SfxAbstractTabDialog
virtual String GetText() const; //add by CHINA001
};
//add for SdCharDlg end
+
+
+//add for OutlineBulletDlg begin
+class SfxTabDialog;
+class AbstractBulletDialog_Impl : public SfxAbstractTabDialog
+{
+ DECL_ABSTDLG_BASE( AbstractBulletDialog_Impl,SfxTabDialog );
+ virtual void SetCurPageId( USHORT nId );
+ virtual const SfxItemSet* GetOutputItemSet() const;
+ virtual const USHORT* GetInputRanges( const SfxItemPool& pItem );
+ virtual void SetInputSet( const SfxItemSet* pInSet );
+ //From class Window.
+ virtual void SetText( const XubString& rStr );
+ virtual String GetText() const;
+};
+//add for OutlineBulletDlg end
+
class SdPresLayoutTemplateDlg;
class SdPresLayoutTemplateDlg_Impl : public SfxAbstractTabDialog
{