summaryrefslogtreecommitdiff
path: root/include/svx/xtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xtable.hxx')
-rw-r--r--include/svx/xtable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx
index baea5fb4cef7..5e26206adc00 100644
--- a/include/svx/xtable.hxx
+++ b/include/svx/xtable.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 _XTABLE_HXX
-#define _XTABLE_HXX
+#ifndef INCLUDED_SVX_XTABLE_HXX
+#define INCLUDED_SVX_XTABLE_HXX
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
@@ -432,6 +432,6 @@ inline XBitmapListRef XPropertyList::AsBitmapList() { return XBitmapListRef( sta
inline XLineEndListRef XPropertyList::AsLineEndList() { return XLineEndListRef( static_cast<XLineEndList *> (this) ); }
inline XGradientListRef XPropertyList::AsGradientList() { return XGradientListRef( static_cast<XGradientList *> (this) ); }
-#endif // _XTABLE_HXX
+#endif // INCLUDED_SVX_XTABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */