summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:57:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 15:57:27 +0000
commite96f0b67caaf72d0bf8253f477141523d3e01911 (patch)
treedb9865f51fb7a090186cf59681aaa4af875ffc4e /sfx2/source/inc
parent9463aa5f5207cd02dbc649b0e75d8c77ae236186 (diff)
INTEGRATION: CWS fwkdbdesign01 (1.15.138); FILE MERGED
2007/03/12 07:30:57 pb 1.15.138.1: fix: #i4854# templdgi.hxx
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/templdgi.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 2766d9f69996..ad7c649dbc33 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: templdgi.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:57:14 $
+ * last change: $Author: ihi $ $Date: 2007-04-16 16:57:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,6 +77,8 @@ class SfxCommonTemplateDialog_Impl;
class SfxTemplateDialogWrapper;
class SfxDockingWindow;
+namespace com { namespace sun { namespace star { namespace frame { class XModuleManager; } } } }
+
// class DropListBox_Impl ------------------------------------------------
class DropListBox_Impl : public SvTreeListBox
@@ -161,6 +163,8 @@ protected:
SfxStyleSheetBasePool* pStyleSheetPool;
SvTreeListBox* pTreeBox;
SfxObjectShell* pCurObjShell;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModuleManager >
+ xModuleManager;
SfxActionListBox aFmtLb;
ListBox aFilterLb;
@@ -240,6 +244,9 @@ protected:
void SetFamily( USHORT nId );
void ActionSelect( USHORT nId );
+ sal_Int32 LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh );
+ void SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nFilter );
+
public:
TYPEINFO();