summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-10-18 12:29:50 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-10-18 12:29:50 +0000
commit83e24b39e2e05f14e47ea9943900f596f365e866 (patch)
treeb9f4e7f6488867bf2fc44376d78543d1dd2e5c5e /sw/inc/unotbl.hxx
parentf95d719366b24844636c9ab04c30b7c074ea8468 (diff)
#97628# ClientIter is only going to work if class has TYPEINFO
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index cdccea91f34d..f5d5281e5064 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotbl.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tl $ $Date: 2002-08-20 09:01:20 $
+ * last change: $Author: cmc $ $Date: 2002-10-18 13:28:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -542,6 +542,8 @@ public:
SwXTableRows(SwFrmFmt& rFrmFmt);
virtual ~SwXTableRows();
+ TYPEINFO();
+
// automatisch auskommentiert - [getIdlClass or queryInterface] - Bitte XTypeProvider benutzen!
// virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass > > getIdlClasses(void) throw( ::com::sun::star::uno::RuntimeException );
@@ -587,6 +589,7 @@ public:
SwXTableColumns(SwFrmFmt& rFrmFmt);
virtual ~SwXTableColumns();
+ TYPEINFO();
// automatisch auskommentiert - [getIdlClass or queryInterface] - Bitte XTypeProvider benutzen!
// virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass > > getIdlClasses(void) throw( ::com::sun::star::uno::RuntimeException );