summaryrefslogtreecommitdiff
path: root/svx/source/form/fmtextcontroldialogs.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:21:20 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:21:20 +0000
commit27daff1213f404845388ddee48727dc06528619e (patch)
treea29504e3e5f9de0e686ce2b980f6b6f59fe6f539 /svx/source/form/fmtextcontroldialogs.cxx
parentf8ddfd7abf930e83a5ff7128a0c7414c8cbaf536 (diff)
INTEGRATION: CWS dba20 (1.4.278); FILE MERGED
2004/12/01 07:21:49 oj 1.4.278.1: compile error
Diffstat (limited to 'svx/source/form/fmtextcontroldialogs.cxx')
-rw-r--r--svx/source/form/fmtextcontroldialogs.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/form/fmtextcontroldialogs.cxx b/svx/source/form/fmtextcontroldialogs.cxx
index f5e8d88bb2f7..0842e03ced99 100644
--- a/svx/source/form/fmtextcontroldialogs.cxx
+++ b/svx/source/form/fmtextcontroldialogs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtextcontroldialogs.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-07-06 13:33:36 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:21:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,9 +108,9 @@ namespace svx
{
FreeResource();
- AddTabPage( RID_SVXPAGE_CHAR_NAME, NULL );
- AddTabPage( RID_SVXPAGE_CHAR_EFFECTS, NULL );
- AddTabPage( RID_SVXPAGE_CHAR_POSITION, NULL );
+ AddTabPage( RID_SVXPAGE_CHAR_NAME);
+ AddTabPage( RID_SVXPAGE_CHAR_EFFECTS);
+ AddTabPage( RID_SVXPAGE_CHAR_POSITION);
}
//--------------------------------------------------------------------