summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxfl.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-03-30 14:39:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-03-30 14:39:14 +0000
commitea4c3696b06e9c0338986f603dfb1b40b9439b86 (patch)
tree0933ead44fd479e13b7b8b1e491d634ed7b0d743 /svx/source/svdraw/svdotxfl.cxx
parentb3e30afcceb968c99e942b810627eb81f2cc03bc (diff)
INTEGRATION: CWS interop12 (1.1.1.1.452); FILE MERGED
2004/02/13 19:57:42 cl 1.1.1.1.452.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2003/11/21 15:15:45 cl 1.1.1.1.452.1: #i20949# register header&footer fields
Diffstat (limited to 'svx/source/svdraw/svdotxfl.cxx')
-rw-r--r--svx/source/svdraw/svdotxfl.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdotxfl.cxx b/svx/source/svdraw/svdotxfl.cxx
index f925e56f622d..b97fdaab24de 100644
--- a/svx/source/svdraw/svdotxfl.cxx
+++ b/svx/source/svdraw/svdotxfl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdotxfl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 19:42:44 $
+ * last change: $Author: rt $ $Date: 2004-03-30 15:39:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,9 @@ void SdrRegisterFieldClasses()
if ( !bInit )
{
SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SdrMeasureField);
+ SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxHeaderField);
+ SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxFooterField);
+ SvxFieldItem::GetClassManager().SV_CLASS_REGISTER(SvxDateTimeField);
bInit = TRUE;
}
}