diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:29:10 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | c91d7e97595322b6a8b5fbc69fe41429e434c92f (patch) | |
tree | e440988b6de43a589488623a3a5794a744dba4b7 /svtools/source/uno/unowizard.hxx | |
parent | 48dd3571f841929203931ee6d67c890064111c19 (diff) |
fixincludeguards.sh: svtools
Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd
Diffstat (limited to 'svtools/source/uno/unowizard.hxx')
-rw-r--r-- | svtools/source/uno/unowizard.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/unowizard.hxx b/svtools/source/uno/unowizard.hxx index f10994b4b7ac..2108fe2a45e2 100644 --- a/svtools/source/uno/unowizard.hxx +++ b/svtools/source/uno/unowizard.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SVT_UNO_WIZARD_HXX -#define SVT_UNO_WIZARD_HXX +#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX +#define INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX #include "svtools/genericunodialog.hxx" @@ -103,6 +103,6 @@ namespace svt { namespace uno } } // namespace svt::uno //...................................................................................................................... -#endif // SVT_UNO_WIZARD_HXX +#endif // INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |