summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartu Bayazıt <bartubayazit81@gmail.com>2020-11-21 12:22:42 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-22 08:51:05 +0100
commitc3c9c0505509d69501ed835e97418b82e64bdfab (patch)
tree11d8f643bc138311af13fbe844193e4ca87e7cff
parent10b23330a9655658e6d7ef1d008a3302a15e9629 (diff)
tdf#124176: Use pragma once, instead of include guards
Change-Id: Ie955db5e8410ee4c7cfdb6bfb75b5a3aaa61784f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106311 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/uibase/inc/wlistsh.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/wlistsh.hxx b/sw/source/uibase/inc/wlistsh.hxx
index be6ca6310996..de6e8d5c28a3 100644
--- a/sw/source/uibase/inc/wlistsh.hxx
+++ b/sw/source/uibase/inc/wlistsh.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_WLISTSH_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_WLISTSH_HXX
+
+#pragma once
#include "listsh.hxx"
@@ -35,6 +35,4 @@ public:
virtual ~SwWebListShell() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */