summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
diff options
context:
space:
mode:
authorGül Toksöz <meryemgltksz@gmail.com>2020-11-21 12:22:09 +0000
committerMuhammet Kara <muhammet.kara@collabora.com>2020-11-21 18:21:10 +0100
commitd9929c86bcbd2b3a3abd1579dc87e9a4cf0087c8 (patch)
tree3eb0b608b4f46dd21857fc38e6135de813671121 /sw/source/uibase/uno
parentdbdb227219bf2b1bb23400aeac706f882ca0cad1 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ic20cba0096e03a0afe6336676a56639ebebc34a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106309 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sw/source/uibase/uno')
-rw-r--r--sw/source/uibase/uno/unomodule.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/uibase/uno/unomodule.hxx b/sw/source/uibase/uno/unomodule.hxx
index 1d2157efff77..fa85f11d7443 100644
--- a/sw/source/uibase/uno/unomodule.hxx
+++ b/sw/source/uibase/uno/unomodule.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_UNO_UNOMODULE_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <com/sun/star/frame/XDispatchProvider.hpp>
@@ -71,6 +70,5 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */