diff options
author | Gökhan Özeloğlu <gozeloglu@gmail.com> | 2020-11-22 07:12:35 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-22 09:21:30 +0100 |
commit | c9bc63b8f1dbaa1bbf1bbcb3276d511224951ce0 (patch) | |
tree | e91e76716caf310df4773c19aa253dc9a6e309b7 /sw/source/uibase/inc/olmenu.hxx | |
parent | 62c9aeaf0c5f6e23d7d9a091014d22ccd2406463 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: Icbd13762abaaaed0d2c90d31469fc931900ffd5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106333
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase/inc/olmenu.hxx')
-rw-r--r-- | sw/source/uibase/inc/olmenu.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/olmenu.hxx b/sw/source/uibase/inc/olmenu.hxx index 047c21083e75..479f4be98ab9 100644 --- a/sw/source/uibase/inc/olmenu.hxx +++ b/sw/source/uibase/inc/olmenu.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_SW_SOURCE_UIBASE_INC_OLMENU_HXX -#define INCLUDED_SW_SOURCE_UIBASE_INC_OLMENU_HXX +#pragma once #include <com/sun/star/linguistic2/XDictionary.hpp> #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> @@ -134,6 +133,4 @@ public: void Execute( sal_uInt16 nId ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |