summaryrefslogtreecommitdiff
path: root/sw/inc/SidebarWindowsTypes.hxx
diff options
context:
space:
mode:
authorSarper Akdemir <q.sarperakdemir@gmail.com>2020-01-27 02:35:53 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 10:03:23 +0100
commit8d4cb2870f34ec1f30ed51bc6071334c80cbe178 (patch)
treedce39402e0f6c9f7a76f60939a92e24ba023bdcd /sw/inc/SidebarWindowsTypes.hxx
parent04df6666613be69e4eb4dd8a2b195686bb48e5b3 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ib83c5cf44537bc1c4552f97c9114357c410a6ddb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87473 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sw/inc/SidebarWindowsTypes.hxx')
-rw-r--r--sw/inc/SidebarWindowsTypes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/SidebarWindowsTypes.hxx b/sw/inc/SidebarWindowsTypes.hxx
index b041c3f32a2f..186b5d2796bc 100644
--- a/sw/inc/SidebarWindowsTypes.hxx
+++ b/sw/inc/SidebarWindowsTypes.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_INC_SIDEBARWINDOWSTYPES_HXX
-#define INCLUDED_SW_INC_SIDEBARWINDOWSTYPES_HXX
+#pragma once
namespace sw { namespace sidebarwindows {
@@ -38,6 +37,4 @@ enum class SidebarPosition
} } // end of namespace sw::sidebarwindows
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */