diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:08:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:28 +0200 |
commit | 027ac563630d06aa52801f6b1d601132b96db236 (patch) | |
tree | 68ff74f758551158d7680aebb67a581f75f36a5b /include/svx/fmdpage.hxx | |
parent | 7921e92cf9853cadb592318c04c302816216035f (diff) |
fixincludeguards.sh: include/svx
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
Diffstat (limited to 'include/svx/fmdpage.hxx')
-rw-r--r-- | include/svx/fmdpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fmdpage.hxx b/include/svx/fmdpage.hxx index 50b99f8116a6..1d24a824abd3 100644 --- a/include/svx/fmdpage.hxx +++ b/include/svx/fmdpage.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_FMDPAGE_HXX -#define _SVX_FMDPAGE_HXX +#ifndef INCLUDED_SVX_FMDPAGE_HXX +#define INCLUDED_SVX_FMDPAGE_HXX #include <com/sun/star/form/XFormsSupplier2.hpp> #include <svx/unopage.hxx> @@ -62,6 +62,6 @@ public: virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); }; -#endif // _SVX_FMDPAGE_HXX +#endif // INCLUDED_SVX_FMDPAGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |