summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnume.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-03-19 09:50:10 +0000
committerMichael Brauer <mib@openoffice.org>2001-03-19 09:50:10 +0000
commit9c1ff4ff9a72bede0f91705dd8d5f0bbfa00fe9c (patch)
tree14e323c529e6aedbac998bccf4de685c67297b80 /xmloff/source/style/xmlnume.cxx
parenta6d92a78d4d35add5bffb0a7a442f7e7159a3637 (diff)
reomoved obsolete methods
Diffstat (limited to 'xmloff/source/style/xmlnume.cxx')
-rw-r--r--xmloff/source/style/xmlnume.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx
index 53f2d03fbdab..d8fbd9f5d94e 100644
--- a/xmloff/source/style/xmlnume.cxx
+++ b/xmloff/source/style/xmlnume.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlnume.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mib $ $Date: 2001-03-19 09:40:43 $
+ * last change: $Author: mib $ $Date: 2001-03-19 10:50:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -792,6 +792,7 @@ void SvxXMLNumRuleExport::exportStyles( sal_Bool bUsed,
}
}
+#if SUPD < 627
const sal_Char *SvxXMLNumRuleExport::GetNumFormatValue( sal_Int16 eNumType )
{
const sal_Char *pFormat = 0;
@@ -845,4 +846,4 @@ const sal_Char *SvxXMLNumRuleExport::GetNumLetterSync( sal_Int16 eNumType )
return pSync;
}
-
+#endif