diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-07-03 11:22:17 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-07-03 11:22:17 +0000 |
commit | 364b6ba94e5f150dde1bdb51e25868cde0c5ce22 (patch) | |
tree | 0b9da1ef02aae2d2eca34a53c452fcd62f284de8 /sfx2/source/inc | |
parent | 8dcc2593b45dff7863d0187bec4750eb8ac7eaa3 (diff) |
#89176# Use AsynchronLink from svtools
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index a7cdb9d7fca9..5f1d422ac0db 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mba $ $Date: 2001-06-14 11:28:11 $ + * last change: $Author: dv $ $Date: 2001-07-03 12:15:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ #include "objsh.hxx" #include "bitset.hxx" -class AsynchronLink; +namespace svtools { class AsynchronLink; } //==================================================================== @@ -149,16 +149,16 @@ struct SfxObjectShell_Impl sal_Bool bModalMode; sal_Bool bReloadAvailable; sal_uInt16 nAutoLoadLocks; - SfxModule* pModule; - SfxFrame* pFrame; - SfxImageManager* pImageManager; - SfxToolBoxConfig* pTbxConfig; + SfxModule* pModule; + SfxFrame* pFrame; + SfxImageManager* pImageManager; + SfxToolBoxConfig* pTbxConfig; SfxEventConfigItem_Impl* pEventConfig; - SfxObjectShellFlags eFlags; - AsynchronLink* pCloser; - String aBaseURL; + SfxObjectShellFlags eFlags; + svtools::AsynchronLink* pCloser; + String aBaseURL; sal_Bool bReadOnlyUI; - SvRefBaseRef xHeaderAttributes; + SvRefBaseRef xHeaderAttributes; sal_Bool bHiddenLockedByAPI; sal_Bool bInCloseEvent; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > xModel; |