summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLNumberStylesExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/XMLNumberStylesExport.hxx')
-rw-r--r--xmloff/source/draw/XMLNumberStylesExport.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLNumberStylesExport.hxx b/xmloff/source/draw/XMLNumberStylesExport.hxx
index ecaf1d1e8773..7d1f062dfdf3 100644
--- a/xmloff/source/draw/XMLNumberStylesExport.hxx
+++ b/xmloff/source/draw/XMLNumberStylesExport.hxx
@@ -34,9 +34,6 @@ public:
static void exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle );
static void exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle );
- static sal_Int32 getDateStyleCount() { return SdXMLDateFormatCount; }
- static sal_Int32 getTimeStyleCount() { return SdXMLTimeFormatCount; }
-
static OUString getTimeStyleName(const sal_Int32 nTimeFormat );
static OUString getDateStyleName(const sal_Int32 nDateFormat );
};