summaryrefslogtreecommitdiff
path: root/include/sfx2/checkin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/checkin.hxx')
-rw-r--r--include/sfx2/checkin.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sfx2/checkin.hxx b/include/sfx2/checkin.hxx
index 680160cedd97..78535f7aab9d 100644
--- a/include/sfx2/checkin.hxx
+++ b/include/sfx2/checkin.hxx
@@ -6,8 +6,8 @@
* 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_SFX2_CHECKIN_HXX
-#define INCLUDED_SFX2_CHECKIN_HXX
+
+#pragma once
#include <vcl/weld.hxx>
@@ -28,6 +28,4 @@ public:
bool IsMajor() const;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */