summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 16:09:58 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 16:09:58 +0000
commit91eb5f18fd24c813e686d22054ae8ed59c606272 (patch)
tree9bc765e0cb1c9708a05d1a0c38014a18b54f0b7a /sfx2/source/view/viewimp.hxx
parentf605b16e395e8ccc3d1aba7907b0792039016f69 (diff)
INTEGRATION: CWS sfxcleanup (1.12.158); FILE MERGED
2006/03/28 14:03:21 mba 1.12.158.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index a85f6200b146..c4722bda0328 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewimp.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:32:30 $
+ * last change: $Author: rt $ $Date: 2006-05-02 17:09:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,8 +57,6 @@
// forward ---------------------------------------------------------------
-class SfxMenuBarManager;
-class SfxAcceleratorManager;
class SfxOfficeDispatch;
class SfxBaseController;
@@ -69,11 +67,10 @@ SV_DECL_PTRARR( SfxShellArr_Impl, SfxShellPtr_Impl, 4, 4 );
struct SfxViewShell_Impl
{
- ::osl::Mutex aMutex;
+ ::osl::Mutex aMutex;
::cppu::OInterfaceContainerHelper aInterceptorContainer;
BOOL bControllerSet;
SfxShellArr_Impl aArr;
- SbxObjectRef xSelectionObj;
SvBorder aBorder;
Size aOptimalSize;
Size aMargin;
@@ -88,10 +85,6 @@ struct SfxViewShell_Impl
BOOL bGotOwnerShip;
BOOL bGotFrameOwnerShip;
SfxScrollingMode eScroll;
- ResId* pMenuBarResId;
- SfxMenuBarManager* pMenu;
- ResId* pAccelResId;
- SfxAcceleratorManager* pAccel;
USHORT nFamily;
SfxBaseController* pController;
::svt::AcceleratorExecute* pAccExec;
@@ -103,6 +96,5 @@ struct SfxViewShell_Impl
{}
};
-
#endif