summaryrefslogtreecommitdiffstats
path: root/include/svx/fntctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fntctrl.hxx')
-rw-r--r--include/svx/fntctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index f4c62621f673..3cc64aef039e 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.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_FNTCTRL_HXX
-#define _SVX_FNTCTRL_HXX
+#ifndef INCLUDED_SVX_FNTCTRL_HXX
+#define INCLUDED_SVX_FNTCTRL_HXX
#include <vcl/window.hxx>
#include <editeng/svxfont.hxx>
@@ -90,6 +90,6 @@ public:
virtual Size GetOptimalSize() const;
};
-#endif // #ifndef _SVX_FNTCTRL_HXX
+#endif // INCLUDED_SVX_FNTCTRL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */