summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentTimerAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentTimerAccess.hxx')
-rw-r--r--sw/inc/IDocumentTimerAccess.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IDocumentTimerAccess.hxx b/sw/inc/IDocumentTimerAccess.hxx
index c67115f251b8..dbc4963b1d16 100644
--- a/sw/inc/IDocumentTimerAccess.hxx
+++ b/sw/inc/IDocumentTimerAccess.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_INC_IDOCUMENTTIMERACCESS_HXX
-#define INCLUDED_SW_INC_IDOCUMENTTIMERACCESS_HXX
+#pragma once
/**
* Handle the background jobs of a Writer document.
@@ -69,6 +68,4 @@ protected:
virtual ~IDocumentTimerAccess(){};
};
-#endif // INCLUDED_SW_INC_IDOCUMENTTIMERACCESS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */