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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/datetime.hxx b/include/unotools/datetime.hxx
index dfc0ab139825..bca409dafe35 100644
--- a/include/unotools/datetime.hxx
+++ b/include/unotools/datetime.hxx
@@ -20,8 +20,8 @@
//= conversions UNO3.TimeClass <-> Tools.TimeClass (Date/Time/DateTime)
#include "unotools/unotoolsdllapi.h"
-#ifndef _UNOTOOLS_DATETIME_HXX_
-#define _UNOTOOLS_DATETIME_HXX_
+#ifndef INCLUDED_UNOTOOLS_DATETIME_HXX
+#define INCLUDED_UNOTOOLS_DATETIME_HXX
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
@@ -54,6 +54,6 @@ namespace utl
} // namespace utl
//.........................................................................
-#endif // _UNOTOOLS_DATETIME_HXX_
+#endif // INCLUDED_UNOTOOLS_DATETIME_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */