From 78572ee750ae0e0ff870ea5953657ea0e5bfa281 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 12 Jul 2001 12:10:27 +0000 Subject: #88848# notification for changing the current data base implemented --- sw/source/ui/inc/unodispatch.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/inc/unodispatch.hxx') diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx index 27bf9b34b03b..e6afe78e7c06 100644 --- a/sw/source/ui/inc/unodispatch.hxx +++ b/sw/source/ui/inc/unodispatch.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodispatch.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-03-13 10:45:47 $ + * 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 @@ -149,6 +149,8 @@ public: //XEventListener virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException); + + static const sal_Char* GetDBChangeURL(); }; #endif -- cgit