summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLNumberStyles.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-11 08:19:17 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-11 08:19:17 +0000
commit7d501b1792fff3850787e45434add9d0e869a546 (patch)
tree9cae2e9b75da724db8a33cbe29b4552226607f5d /xmloff/source/draw/XMLNumberStyles.cxx
parent1314bf225884b4848d6516f948c5773153d9d300 (diff)
fixed return type
Diffstat (limited to 'xmloff/source/draw/XMLNumberStyles.cxx')
-rw-r--r--xmloff/source/draw/XMLNumberStyles.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index 61308d70ae2d..d20c66a46a91 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLNumberStyles.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-05-09 14:40:42 $
+ * last change: $Author: cl $ $Date: 2001-05-11 09:19:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -370,7 +370,7 @@ const SdXMLFixedDataStyle* aSdXMLFixedTimeFormats[SdXMLTimeFormatCount] =
&aSdXML_TimeStyle_7
};
-static SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* pStyle )
+static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* pStyle )
{
OUString sAttrValue;