From 958556ff3cfbfa1cc1022477af1e2bd635cba153 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 21 Jul 2013 13:03:27 +0200 Subject: Remove unused convertDateTimeTZ and convertDateTZ Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7 --- include/sax/tools/converter.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/sax/tools') diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx index 7d253f31c40f..7126f1508d0a 100644 --- a/include/sax/tools/converter.hxx +++ b/include/sax/tools/converter.hxx @@ -166,12 +166,6 @@ public: sal_Int16 const* pTimeZoneOffset, bool bAddTimeIf0AM = false ); - static void convertDateTZ( OUStringBuffer& rBuffer, - com::sun::star::util::DateWithTimezone const& rDate ); - - static void convertDateTimeTZ( OUStringBuffer& rBuffer, - com::sun::star::util::DateTimeWithTimezone const& rDateTime ); - /** convert ISO "date" or "dateTime" string to util::DateTime */ static bool parseDateTime( com::sun::star::util::DateTime& rDateTime, boost::optional * pTimeZoneOffset, -- cgit