summaryrefslogtreecommitdiff
path: root/include/svx/chrtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/chrtitem.hxx')
-rw-r--r--include/svx/chrtitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/chrtitem.hxx b/include/svx/chrtitem.hxx
index 8ea5c4627f3b..e95fcc5571b1 100644
--- a/include/svx/chrtitem.hxx
+++ b/include/svx/chrtitem.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_CHRTITEM_HXX
-#define _SVX_CHRTITEM_HXX
+#ifndef INCLUDED_SVX_CHRTITEM_HXX
+#define INCLUDED_SVX_CHRTITEM_HXX
#include <svl/eitem.hxx>
#include "svx/svxdllapi.h"
@@ -331,6 +331,6 @@ public:
void SetValue(double fNewVal) { fVal = fNewVal; }
};
-#endif // _SVX_CHRTITEM_HXX
+#endif // INCLUDED_SVX_CHRTITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */