summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/uivwimp.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-07 13:42:59 +0000
committerOliver Specht <os@openoffice.org>2000-11-07 13:42:59 +0000
commit1f7efe6fde9f0b4fb555fdee13c80aa07947c15b (patch)
tree4b5f885041e16539f9e0298e4529d187bf59b83b /sw/source/ui/inc/uivwimp.hxx
parentdd427f691cfd38f2f5089df119d352bb3e28e6f6 (diff)
Dispatch interface for database component
Diffstat (limited to 'sw/source/ui/inc/uivwimp.hxx')
-rw-r--r--sw/source/ui/inc/uivwimp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/uivwimp.hxx b/sw/source/ui/inc/uivwimp.hxx
index cdd3e7935ca1..dfe2e1be64e0 100644
--- a/sw/source/ui/inc/uivwimp.hxx
+++ b/sw/source/ui/inc/uivwimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uivwimp.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:43 $
+ * last change: $Author: os $ $Date: 2000-11-07 14:39:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,7 @@
#endif
class SwXTextView;
+namespace com{namespace sun{namespace star{namespace frame { class XDispatchProviderInterceptor;}}}}
/* -----------------------------29.05.00 08:22--------------------------------
---------------------------------------------------------------------------*/
@@ -100,6 +101,7 @@ class SwView_Impl
SwView* pView;
::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier > *pxXTextView; // UNO object
::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > xScanEvtLstnr;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterceptor > xDisProvInterceptor;
SwScannerEventListener* pScanEvtLstnr;
ShellModes eShellMode;