INTEGRATION: CWS fwkdbdesign01 (1.15.138); FILE MERGED

2007/03/12 07:30:57 pb 1.15.138.1: fix: #i4854# templdgi.hxx
This commit is contained in:
Ivo Hinkelmann 2007-04-16 15:57:27 +00:00
parent 9463aa5f52
commit e96f0b67ca

View file

@ -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();