summaryrefslogtreecommitdiffstats
path: root/include/unotools/datetime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/datetime.hxx')
-rw-r--r--include/unotools/datetime.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index cb34dbd8beb0..3887df2df5e2 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -31,10 +31,10 @@ class Date;
class Time;
class DateTime;
-//.........................................................................
+
namespace utl
{
-//.........................................................................
+
namespace starutil = ::com::sun::star::util;
@@ -49,9 +49,9 @@ 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