summaryrefslogtreecommitdiff
path: root/include/svx/fmdpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmdpage.hxx')
-rw-r--r--include/svx/fmdpage.hxx6
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: */