summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorEfdal İncesu <efdal_incesu@hotmail.com>2020-01-25 16:24:28 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 18:58:16 +0100
commit99c5669b4f54a3e55625ec0896852ed4154d2765 (patch)
tree8bde98e978c8729a81fc6a0b94c7d344f45699fb /include/sfx2
parente44c4d7a7b1037d8a67325feefc4a22e6d0bd6be (diff)
tdf#124176: Use pragma once instead of include guard
Change-Id: Ic525a57880067fc589346b87237c08fae4644ac5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87403 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'include/sfx2')
-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: */