summaryrefslogtreecommitdiff
path: root/include/unotools/datetime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/datetime.hxx')
-rw-r--r--include/unotools/datetime.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index 7611299e38e2..56bdec948f47 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -31,11 +31,9 @@ class Date;
class Time;
class DateTime;
-
namespace utl
{
-
namespace starutil = ::com::sun::star::util;
UNOTOOLS_DLLPUBLIC void typeConvert(const Date& _rDate, starutil::Date& _rOut);
@@ -52,10 +50,8 @@ namespace utl
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);
-
} // namespace utl
-
#endif // INCLUDED_UNOTOOLS_DATETIME_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */