summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-02-13 14:50:15 +0000
committerKurt Zenker <kz@openoffice.org>2001-02-13 14:50:15 +0000
commitb4c649bb9ccedcd81dee184b6d1869739e3a3372 (patch)
treeeb5a003a8bb0193d0ad26700e8bc7b34be8c21ae /sw/source/ui
parentb15a23dd6d6346f8ebba163be103120b16176329 (diff)
lang::XEventListener
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index b4f29c4c0f57..50a9e1c44aff 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxdoc.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: os $ $Date: 2001-01-30 08:11:37 $
+ * last change: $Author: kz $ $Date: 2001-02-13 15:50:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -601,14 +601,14 @@ void SwXTextDocument::dispose(void) throw( RuntimeException )
/*-- 18.12.98 13:12:25---------------------------------------------------
-----------------------------------------------------------------------*/
-void SwXTextDocument::addEventListener(const Reference< XEventListener > & aListener) throw( RuntimeException )
+void SwXTextDocument::addEventListener(const Reference< lang::XEventListener > & aListener) throw( RuntimeException )
{
SfxBaseModel::addEventListener(aListener);
}
/*-- 18.12.98 13:12:26---------------------------------------------------
-----------------------------------------------------------------------*/
-void SwXTextDocument::removeEventListener(const Reference< XEventListener > & aListener) throw( RuntimeException )
+void SwXTextDocument::removeEventListener(const Reference< lang::XEventListener > & aListener) throw( RuntimeException )
{
SfxBaseModel::removeEventListener(aListener);
}