summaryrefslogtreecommitdiff
path: root/sw/inc/unoredline.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-21 11:17:15 +0000
committerOliver Specht <os@openoffice.org>2000-12-21 11:17:15 +0000
commit81b7b18ad13317da80ae165055c46b8a96840704 (patch)
tree334a2f9df93441c93cfc40f977350e9bbc8af5a3 /sw/inc/unoredline.hxx
parent775c92c7650afbeae6cfdaf0869e71fd31bcacfd (diff)
inheritance corrected
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r--sw/inc/unoredline.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx
index bec801e2930f..dc872c03e5df 100644
--- a/sw/inc/unoredline.hxx
+++ b/sw/inc/unoredline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoredline.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-12-19 15:35:51 $
+ * last change: $Author: os $ $Date: 2000-12-21 12:17:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
/* -----------------------------19.12.00 11:35--------------------------------
---------------------------------------------------------------------------*/
-class SwXRedlinePortion : public SwXTextPortion, public SwXText
+class SwXRedlinePortion : public SwXTextPortion,
+ public SwXText,
+ public ::com::sun::star::container::XEnumerationAccess
{
const SwRedline* pRedline;