summaryrefslogtreecommitdiff
path: root/include/tools/datetimeutils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/datetimeutils.hxx')
-rw-r--r--include/tools/datetimeutils.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/datetimeutils.hxx b/include/tools/datetimeutils.hxx
index 28766ee8a968..3df6229cb574 100644
--- a/include/tools/datetimeutils.hxx
+++ b/include/tools/datetimeutils.hxx
@@ -13,13 +13,13 @@
#include <tools/datetime.hxx>
// This function converts a 'DateTime' object to an 'OString' object
-TOOLS_DLLPUBLIC OString DateTimeToOString( const DateTime& rDateTime );
+TOOLS_DLLPUBLIC OString DateTimeToOString(const DateTime& rDateTime);
// This function converts a 'Date' object to an 'OString' object in ISO-8601 representation
-TOOLS_DLLPUBLIC OString DateToOString( const Date& rDate );
+TOOLS_DLLPUBLIC OString DateToOString(const Date& rDate);
// This function converts a 'Date' object to an 'OString' object in DD/MM/YYYY format
-TOOLS_DLLPUBLIC OString DateToDDMMYYYYOString( const Date& rDate );
+TOOLS_DLLPUBLIC OString DateToDDMMYYYYOString(const Date& rDate);
#endif