summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/util/iso8601_converter.cxx')
-rw-r--r--shell/source/win32/shlxthandler/util/iso8601_converter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index bcf089d28abd..537ca8d36ab1 100644
--- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
+++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
@@ -27,7 +27,7 @@
#include <sstream>
#include <iomanip>
-//-----------------------------------
+
/* Converts ISO 8601 conform date/time
represenation to the representation
conforming to the current locale
@@ -88,7 +88,7 @@ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate )
return ws8601DateTime;
}
-//------------------------------------
+
/* Converts ISO 8601 conform duration
representation to the representation
conforming to the current locale