diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-02-26 10:38:11 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-02-26 10:38:11 +0000 |
commit | 47265af771b64ca146520bbbb447c21691bdf66d (patch) | |
tree | ca8205163cb979f49505a48ee0f6f6f12221378b /sfx2/inc | |
parent | e479b4c6a973d6f9e8f8ea6547fb588c4adc4afd (diff) |
New method SetDialogContainer
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/basmgr.hxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sfx2/inc/basmgr.hxx b/sfx2/inc/basmgr.hxx index a85ecfa433d8..abe47cdd0407 100644 --- a/sfx2/inc/basmgr.hxx +++ b/sfx2/inc/basmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basmgr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ab $ $Date: 2001-02-09 16:16:11 $ + * last change: $Author: ab $ $Date: 2001-02-26 11:38:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,9 +76,7 @@ com::sun::star::uno::Reference< com::sun::star::script::XStarBasicAccess > getStarBasicAccess( BasicManager* pMgr ); -#if SUPD>620 class SfxDialogContainer; -#endif class SfxBasicManager : public BasicManager { @@ -92,9 +90,7 @@ private: String aStorageName; BOOL bBasMgrModified; -#if SUPD>620 - SfxDialogContainer* pDialogContainer; -#endif + SfxDialogContainer* mpDialogContainer; void Init(); @@ -145,6 +141,8 @@ public: BOOL SetLibName( USHORT nLib, const String& rName ); String GetLibName( USHORT nLib ); + void SetDialogContainer( SfxDialogContainer* pDialogContainer ); + BOOL SetLibStorageName( USHORT nLib, const String& rName ); String GetLibStorageName( USHORT nLib ); String GetRelLibStorageName( USHORT nLib ); |