From e96f0b67caaf72d0bf8253f477141523d3e01911 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 16 Apr 2007 15:57:27 +0000 Subject: [PATCH] INTEGRATION: CWS fwkdbdesign01 (1.15.138); FILE MERGED 2007/03/12 07:30:57 pb 1.15.138.1: fix: #i4854# templdgi.hxx --- sfx2/source/inc/templdgi.hxx | 11 +++++++++-- 1 file 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();