summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-10-24 11:23:07 +0000
committerMathias Bauer <mba@openoffice.org>2002-10-24 11:23:07 +0000
commit9377fbf2b703194fd93193e98ffb80f108285667 (patch)
tree4fec2dae02b83ab0b4d013b9cd123e0cc0ff845a /sfx2/source/view/viewimp.hxx
parentb44dd87ecea87167937c0fba97d56c5c8fe7756d (diff)
#88560#: Controller is close listener
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index fea3324403c3..de060ad7e0b5 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewimp.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2001-12-07 14:48:17 $
+ * last change: $Author: mba $ $Date: 2002-10-24 12:23:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,7 @@ struct SfxViewShell_Impl
BOOL bIsShowView;
BOOL bFrameSetImpl;
BOOL bOwnsMenu;
+ BOOL bGotOwnerShip;
SfxScrollingMode eScroll;
ResId* pMenuBarResId;
SfxMenuBarManager* pMenu;