summaryrefslogtreecommitdiff
path: root/include/salhelper/timer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/timer.hxx')
-rw-r--r--include/salhelper/timer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index 0afd593b8c2b..b05c273dd4ec 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _SALHELPER_TIMER_HXX_
-#define _SALHELPER_TIMER_HXX_
+#ifndef INCLUDED_SALHELPER_TIMER_HXX
+#define INCLUDED_SALHELPER_TIMER_HXX
#include <salhelper/simplereferenceobject.hxx>
#include <osl/time.h>
@@ -225,6 +225,6 @@ private:
}
-#endif //_SALHELPER_TIMER_HXX_
+#endif // INCLUDED_SALHELPER_TIMER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */