diff options
author | Eike Rathke <erack@redhat.com> | 2014-10-08 14:34:58 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-10-08 14:35:36 +0200 |
commit | f84dac9b1f394b05ceabb54fc77663cd747a3148 (patch) | |
tree | 61a2a7fd35f74b889541f85833ffa7c5c6086e25 /unotools/source/misc | |
parent | 04a810cee48d213806f13deb7953caa39ad08628 (diff) |
back out even more wrong tools::Time changes, geez..
Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388
Diffstat (limited to 'unotools/source/misc')
-rw-r--r-- | unotools/source/misc/datetime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/datetime.cxx b/unotools/source/misc/datetime.cxx index 559cb3f9fa0d..fa49c787e36c 100644 --- a/unotools/source/misc/datetime.cxx +++ b/unotools/source/misc/datetime.cxx @@ -338,7 +338,7 @@ bool ISO8601parseDate(const OUString &aDateStr, css::util::Date& rDate) return bSuccess; } -/** convert ISO8601 tools::Time String to util::Time */ +/** convert ISO8601 Time String to util::Time */ bool ISO8601parseTime(const OUString &aTimeStr, css::util::Time& rTime) { bool bSuccess = true; |