diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-02-09 15:16:11 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-02-09 15:16:11 +0000 |
commit | f72db3cb9c3abb59bec464b56a2303d6aa59ac08 (patch) | |
tree | 71a2003325172c5104a0da172beae01fb1269160 /sfx2/inc | |
parent | 2080d3b386111d9dc8e8120aa9e8d7c6e6359bd1 (diff) |
Added member for new dialog container
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/basmgr.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sfx2/inc/basmgr.hxx b/sfx2/inc/basmgr.hxx index 8165ccd0f543..a85ecfa433d8 100644 --- a/sfx2/inc/basmgr.hxx +++ b/sfx2/inc/basmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basmgr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ab $ $Date: 2000-11-13 12:43:17 $ + * last change: $Author: ab $ $Date: 2001-02-09 16:16:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,10 @@ com::sun::star::uno::Reference< com::sun::star::script::XStarBasicAccess > getStarBasicAccess( BasicManager* pMgr ); +#if SUPD>620 +class SfxDialogContainer; +#endif + class SfxBasicManager : public BasicManager { friend class LibraryContainer_Impl; @@ -88,6 +92,10 @@ private: String aStorageName; BOOL bBasMgrModified; +#if SUPD>620 + SfxDialogContainer* pDialogContainer; +#endif + void Init(); protected: |