diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:41:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:19 +0100 |
commit | a4fc939e82b100490d69a61440e2d18a8652e813 (patch) | |
tree | cf452d1fac9591f7175fc194c36b99f2e7a8a694 /svx/source/inc/fmexpl.hxx | |
parent | 88e78c12cf6388d35194fdc286eaa513ae245240 (diff) |
fixincludeguards.sh: svx
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
Diffstat (limited to 'svx/source/inc/fmexpl.hxx')
-rw-r--r-- | svx/source/inc/fmexpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index c7c97da807de..319681604fa6 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_FMEXPL_HXX -#define _SVX_FMEXPL_HXX +#ifndef INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX +#define INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX #include <svl/lstner.hxx> #include <svl/brdcst.hxx> @@ -598,6 +598,6 @@ namespace svxform } // namespace svxform //............................................................................ -#endif // _SVX_FMEXPL_HXX +#endif // INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |