summaryrefslogtreecommitdiff
path: root/include/basic/basmgr.hxx
diff options
context:
space:
mode:
authorOmkar Santosh Nikam <omkar.nikam.2026@gmail.com>2024-04-10 21:17:48 +0530
committerHossein <hossein@libreoffice.org>2024-04-10 22:29:08 +0200
commit7d1dc5707edb992f62d0a4b5bf1e8395f71f6e7b (patch)
treed4887762cee7cb60c41d5d7deee5071aead617eb /include/basic/basmgr.hxx
parent64f1fbc4a66715aa616ffeff1eb612393fa9fba3 (diff)
tdf#143148 Use pragma once instead of include guards
Use pragma once Change-Id: Iedf25f6034f285e9bdcab515ec6d9e20b230d969 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165955 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index f7533f18311c..c9633425c4bc 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -16,8 +16,7 @@
* 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_BASIC_BASMGR_HXX
-#define INCLUDED_BASIC_BASMGR_HXX
+#pragma once
#include <utility>
#include <comphelper/errcode.hxx>
@@ -191,6 +190,4 @@ private:
BasicManager( BasicManager const&) = delete; //MSVC2015 workaround
};
-#endif // INCLUDED_BASIC_BASMGR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */