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
commit1310b068544796f89539d32c5373c6339a520ab2 (patch)
tree20b846231a4a3e7627a6af558fb69a98486e2ac1 /sw/source/ui/inc/uivwimp.hxx
parenta8442c57ebaa08d4d86d56c984dcea47a9b884a1 (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 3d4ced09e7..d6c809ae57 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;