summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:16:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:16:23 +0000
commit21d07e9f4e1cadc1a8e120e0a105c0c4ddd9ad05 (patch)
treeae329055bae6f3f88a1022dc19d5eadbf6d697b1 /sfx2
parent9bb0a1e5bc16a546b4c2d5f24e06607854d5b4a9 (diff)
INTEGRATION: CWS keyconfig01 (1.7.332); FILE MERGED
2004/07/22 09:51:17 as 1.7.332.2: #i20125# implement new title bar behaviour 2004/07/17 10:44:29 as 1.7.332.1: #i29441# support Styles inside acc tab page, use new acc executor inside KeyInput
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewimp.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index 12e2669bb2f8..0f3abcf3c1a1 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewimp.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 16:10:32 $
+ * last change: $Author: rt $ $Date: 2004-09-20 10:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,9 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
+#ifndef INCLUDED_SVTOOLS_ACCELERATOREXECUTE_HXX
+#include <svtools/acceleratorexecute.hxx>
+#endif
// forward ---------------------------------------------------------------
@@ -118,10 +121,12 @@ struct SfxViewShell_Impl
SfxAcceleratorManager* pAccel;
USHORT nFamily;
SfxBaseController* pController;
+ ::svt::AcceleratorExecute* pAccExec;
com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aPrintOpts;
SfxViewShell_Impl()
: aInterceptorContainer( aMutex )
+ , pAccExec(0)
{}
};