summaryrefslogtreecommitdiff
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-10 16:00:58 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-10 16:00:58 +0000
commit13abc42e4f7adf5ef1a0499e52dad4db524d0b42 (patch)
treea93fdf014fef26cd9d55aadf964ec810920960fa /sw/inc/fmtline.hxx
parent7811018b60adfb3cce0451246b362fdcebf97a0c (diff)
#100118#: need TypeInfo for creating items on playing macros
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r--sw/inc/fmtline.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index bb5aff3b8fd9..1ac6c2e28d0b 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtline.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: mba $ $Date: 2002-06-10 17:00:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,8 @@ public:
SwFmtLineNumber();
~SwFmtLineNumber();
+ TYPEINFO();
+
// "pure virtual Methoden" vom SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;