summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-07 11:03:07 +0000
committerOliver Specht <os@openoffice.org>2000-12-07 11:03:07 +0000
commit6f44f9c241bf91a567803316d5c0dde8726c2005 (patch)
treee7175fbd5290d9b90ffe4d8ea7337e0f5a334568 /sw
parent89bc291879190d10ae7dddba7ac72c4ff237ae9d (diff)
#78712# queryAdapter overloaded
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 46be1524add2..b6f646a4d884 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2000-11-29 09:18:47 $
+ * last change: $Author: os $ $Date: 2000-12-07 12:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -274,6 +274,13 @@ void SAL_CALL SwXTextDocument::release()throw()
{
SfxBaseModel::release();
}
+/* -----------------------------07.12.00 11:37--------------------------------
+
+ ---------------------------------------------------------------------------*/
+Reference< XAdapter > SwXTextDocument::queryAdapter( ) throw(RuntimeException)
+{
+ return SfxBaseModel::queryAdapter();
+}
/* -----------------------------16.03.00 14:12--------------------------------
---------------------------------------------------------------------------*/