summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/unotxvw.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-07-12 12:10:27 +0000
committerOliver Specht <os@openoffice.org>2001-07-12 12:10:27 +0000
commit78572ee750ae0e0ff870ea5953657ea0e5bfa281 (patch)
treec77310a9d934cb2286d7fa2e2c20101efc81c89d /sw/source/ui/inc/unotxvw.hxx
parent3702c559bb6b23732b24dcc7994ae2333f1c4544 (diff)
#88848# notification for changing the current data base implemented
Diffstat (limited to 'sw/source/ui/inc/unotxvw.hxx')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 609d69e0b8a8..ed11006825bc 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxvw.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-06-05 07:44:35 $
+ * last change: $Author: os $ $Date: 2001-07-12 13:10:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -182,6 +182,7 @@ public:
virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
void NotifySelChanged();
+ void NotifyDBChanged();
SwView* GetView() {return pView;}
void Invalidate();