diff options
Diffstat (limited to 'include/svx/fmtools.hxx')
-rw-r--r-- | include/svx/fmtools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index bd24488c73a8..ab72aed8a422 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.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_FMTOOLS_HXX -#define _SVX_FMTOOLS_HXX +#ifndef INCLUDED_SVX_FMTOOLS_HXX +#define INCLUDED_SVX_FMTOOLS_HXX #include "svx/svxdllapi.h" @@ -220,6 +220,6 @@ typedef ::std::set < ::com::sun::star::uno::Reference< ::com::sun::star::uno::X , ::comphelper::OInterfaceCompare< ::com::sun::star::uno::XInterface > > InterfaceBag; -#endif // _SVX_FMTOOLS_HXX +#endif // INCLUDED_SVX_FMTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |