summaryrefslogtreecommitdiff
path: root/include/svx/xexch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xexch.hxx')
-rw-r--r--include/svx/xexch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xexch.hxx b/include/svx/xexch.hxx
index bd0034d972a2..520408a5fe15 100644
--- a/include/svx/xexch.hxx
+++ b/include/svx/xexch.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_XEXCH_HXX
-#define _SVX_XEXCH_HXX
+#ifndef INCLUDED_SVX_XEXCH_HXX
+#define INCLUDED_SVX_XEXCH_HXX
#include <tools/stream.hxx>
@@ -54,6 +54,6 @@ public:
XFillAttrSetItem* GetXFillAttrSetItem() { return pXFillAttrSetItem; }
};
-#endif // _SVX_XEXCH_HXX
+#endif // INCLUDED_SVX_XEXCH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */