diff options
author | Yusuf Keten <ketenyusuf@gmail.com> | 2019-12-18 20:00:26 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2019-12-18 21:21:12 +0100 |
commit | eb57eb632c715bb32d94f5988b295bb766ad0c57 (patch) | |
tree | ec9c803dc41eed0ff453c603f2e31ea96a2147c9 /cui/source | |
parent | 7662cf2eae2ef2d02c0f75c5341b7859926ab361 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: I1f6d66a0d4a06338671579e9be2dbdc5cd673d50
Reviewed-on: https://gerrit.libreoffice.org/85411
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/SpellAttrib.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx index 26921b666e82..c086fe3d086a 100644 --- a/cui/source/dialogs/SpellAttrib.hxx +++ b/cui/source/dialogs/SpellAttrib.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_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX -#define INCLUDED_CUI_SOURCE_DIALOGS_SPELLATTRIB_HXX +#pragma once #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> @@ -115,6 +114,5 @@ struct SpellErrorDescription }; }//namespace svx -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |