summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-21 12:36:28 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:16:55 +0200
commit700161cce79df7137fc4db433db6e41905d76975 (patch)
tree98dc34199ce26c88f17a4711c12709f23c7a84ba /include
parentc8f83ce1dbf5544f6aaa91775db6820a69c3c061 (diff)
remove unused code utl::toISO8601(com::sun::star::util::Time const&)
Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15
Diffstat (limited to 'include')
-rw-r--r--include/unotools/datetime.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index c1e494d2c503..cb34dbd8beb0 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -45,7 +45,6 @@ namespace utl
UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut);
UNOTOOLS_DLLPUBLIC ::rtl::OUString toISO8601(const starutil::DateTime& _rDateTime);
- UNOTOOLS_DLLPUBLIC ::rtl::OUString toISO8601(const starutil::Time& _rTime);
UNOTOOLS_DLLPUBLIC bool ISO8601parseDateTime(const ::rtl::OUString &i_rIn, starutil::DateTime& o_rDateTime);
UNOTOOLS_DLLPUBLIC bool ISO8601parseDate(const ::rtl::OUString &i_rIn, starutil::Date& o_rDate);
UNOTOOLS_DLLPUBLIC bool ISO8601parseTime(const ::rtl::OUString &i_rIn, starutil::Time& o_Time);