summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/systemdatetime.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/inc/systemdatetime.hxx b/tools/inc/systemdatetime.hxx
index 29306112a311..1b04e26adee3 100644
--- a/tools/inc/systemdatetime.hxx
+++ b/tools/inc/systemdatetime.hxx
@@ -6,9 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_TOOLS_INC_SYSTEMDATETIME_H
-#define INCLUDED_TOOLS_INC_SYSTEMDATETIME_H
-
+#pragma once
#include <sal/types.h>
constexpr sal_Int64 SEC_MASK = SAL_CONST_INT64(1000000000);
@@ -21,6 +19,4 @@ constexpr sal_Int64 HOUR_MASK = SAL_CONST_INT64(10000000000000);
*/
bool GetSystemDateTime(sal_Int32* pDate, sal_Int64* pTime);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */