summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impframe.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 20:02:28 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 20:02:28 +0000
commit8df3f4ba0889201987dc5c7cff0a03dacb018c12 (patch)
treefd5b900d07fffd4ea21d6a74c519be2df482336d /sfx2/source/view/impframe.hxx
parent4f54561c8d4e9dd3504046d90be8fc51756dad10 (diff)
INTEGRATION: CWS mav09 (1.3.252); FILE MERGED
2004/06/10 16:43:51 mba 1.3.252.3: #i27773#: some fixed to make InPlace Editing work 2004/04/29 21:27:10 mav 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/14 11:57:29 mba 1.3.252.1: #i27773#: remove so3; new UI configuration; new Storage API
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r--sfx2/source/view/impframe.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx
index 0c1c06eb70c0..bc3cfce137ce 100644
--- a/sfx2/source/view/impframe.hxx
+++ b/sfx2/source/view/impframe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impframe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: svesik $ $Date: 2004-04-21 12:19:52 $
+ * last change: $Author: kz $ $Date: 2004-10-04 21:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,8 @@
#pragma hdrstop
#include "frame.hxx"
+#include "loadenv.hxx"
+#include "viewfrm.hxx" // SvBorder
class SfxViewFrame;
class SfxObjectShell;
@@ -121,6 +123,7 @@ friend class SfxFrame;
sal_Bool bOwnsBindings : 1;
sal_Bool bReleasingComponent : 1;
sal_Bool bFocusLocked : 1;
+ sal_Bool bInPlace : 1;
sal_uInt16 nHasBrowser;
SfxCancelManager* pCancelMgr;
SfxCancellable* pLoadCancellable;
@@ -144,6 +147,7 @@ friend class SfxFrame;
bOwnsBindings( sal_False ),
bReleasingComponent( sal_False ),
bFocusLocked( sal_False ),
+ bInPlace( sal_False ),
nLocks( 0 ),
pBrowserCfg( NULL ),
pDescr( NULL ),