diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-21 13:03:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-07-21 13:03:54 +0200 |
commit | 958556ff3cfbfa1cc1022477af1e2bd635cba153 (patch) | |
tree | 5649067d85ef23ea640bc4b3b0620864dd025520 /include/sax | |
parent | f717aeef13a4c7a9e877089323e8fddcd6dbbc86 (diff) |
Remove unused convertDateTimeTZ and convertDateTZ
Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7
Diffstat (limited to 'include/sax')
-rw-r--r-- | include/sax/tools/converter.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
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<sal_Int16> * pTimeZoneOffset, |