diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 17:03:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:28:07 +0000 |
commit | f852bda5ecf68c9450925bc95138509ffadb4a43 (patch) | |
tree | ccb34263bd4a07f7fbc0aa57c487ec9c10331d0f /lingucomponent | |
parent | b009e8fd4fce06d9abae8aaac8750ece7df212e4 (diff) |
clean up some include guards
Conflicts:
sw/source/ui/inc/content.hxx
Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6
Reviewed-on: https://gerrit.libreoffice.org/6388
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx index 9c9398ef39d9..89ac20e8936d 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGU2_SPELLIMP_HXX_ -#define _LINGU2_SPELLIMP_HXX_ +#ifndef INCLUDED_LINGUCOMPONENT_SOURCE_SPELLCHECK_SPELL_SSPELLIMP_HXX +#define INCLUDED_LINGUCOMPONENT_SOURCE_SPELLCHECK_SPELL_SSPELLIMP_HXX #include <uno/lbnames.h> #include <cppuhelper/implbase1.hxx> |