summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
commit5be98eba1fddb559194066c511b53412009c2d5d (patch)
tree538903c2049093b623e6bd26fd2d0c0396fa43a0 /sfx2/source/view/viewimp.hxx
parent45967111901ed4b8f9439bdf538fbbf5a6dd4a64 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index de060ad7e0b5..1147e6c0c1ac 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewimp.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2002-10-24 12:23:07 $
+ * last change: $Author: hr $ $Date: 2003-03-27 11:29:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,21 +82,9 @@ class SfxAcceleratorManager;
class SfxOfficeDispatch;
class SfxBaseController;
-struct ModelessDialog_Impl
-{
- Dialog* pDialog;
- USHORT nSlotId;
-};
-
-typedef ModelessDialog_Impl* ModelessDialogPtr_Impl;
-SV_DECL_PTRARR( ModelessDialogPtrArr_Impl, ModelessDialogPtr_Impl, 4, 4 );
-
typedef SfxShell* SfxShellPtr_Impl;
SV_DECL_PTRARR( SfxShellArr_Impl, SfxShellPtr_Impl, 4, 4 );
-typedef SfxOfficeDispatch* SfxOffDispPtr_Impl;
-SV_DECL_PTRARR( SfxOffDispArr_Impl, SfxOffDispPtr_Impl, 4, 4 );
-
// struct SfxViewShell_Impl ----------------------------------------------
struct SfxViewShell_Impl
@@ -105,7 +93,6 @@ struct SfxViewShell_Impl
::cppu::OInterfaceContainerHelper aInterceptorContainer;
BOOL bControllerSet;
SfxShellArr_Impl aArr;
- ModelessDialogPtrArr_Impl aDialogArr;
SbxObjectRef xSelectionObj;
SvBorder aBorder;
Size aOptimalSize;