summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impframe.hxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:19:52 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:19:52 +0000
commit5f2b14d993f4faf5d470bca1965f7e166b4f530f (patch)
tree753d217d45440a27dd99fed621176a7d8f28ab4e /sfx2/source/view/impframe.hxx
parente84087cf2cf7b198218aa9aa42f168bcd08d0e31 (diff)
INTEGRATION: CWS loadenv01 (1.3.296); FILE MERGED
2004/03/12 14:45:26 mba 1.3.296.1: #115936#: remove SfxLoadEnvironment, asynchronous loading, Cache, LoadCancellable
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r--sfx2/source/view/impframe.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx
index f64019f10e77..0c1c06eb70c0 100644
--- a/sfx2/source/view/impframe.hxx
+++ b/sfx2/source/view/impframe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impframe.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:29:22 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:19:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,6 @@
#pragma hdrstop
#include "frame.hxx"
-#include "loadenv.hxx"
class SfxViewFrame;
class SfxObjectShell;
@@ -111,7 +110,6 @@ friend class SfxFrame;
sal_uInt32 nHistoryPos;
SfxViewFrame* pCurrentViewFrame;
SfxObjectShell* pCurrentObjectShell;
- LoadEnvironment_Impl* pLoadEnv;
SfxFrameDescriptor* pDescr;
SfxExplorerBrowserConfig* pBrowserCfg;
sal_uInt16 nFrameId;
@@ -139,7 +137,6 @@ friend class SfxFrame;
nType( 0L ),
nHistoryPos( 0 ),
nFrameId( 0 ),
- pLoadEnv( NULL ),
pCurrentObjectShell( NULL ),
pCurrentViewFrame( NULL ),
bInCancelTransfers( sal_False ),