summaryrefslogtreecommitdiff
path: root/include/svx/dstribut_enum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/dstribut_enum.hxx')
-rw-r--r--include/svx/dstribut_enum.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/dstribut_enum.hxx b/include/svx/dstribut_enum.hxx
index 58d798311d3f..b183d844c19e 100644
--- a/include/svx/dstribut_enum.hxx
+++ b/include/svx/dstribut_enum.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_DSTRIBUT_ENUM_HXX
-#define _SVX_DSTRIBUT_ENUM_HXX
+#ifndef INCLUDED_SVX_DSTRIBUT_ENUM_HXX
+#define INCLUDED_SVX_DSTRIBUT_ENUM_HXX
enum SvxDistributeHorizontal
{
@@ -37,6 +37,6 @@ enum SvxDistributeVertical
SvxDistributeVerticalBottom
};
-#endif // _SVX_DSTRIBUT_ENUM_HXX
+#endif // INCLUDED_SVX_DSTRIBUT_ENUM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */