summaryrefslogtreecommitdiff
path: root/vcl/inc/textlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/textlayout.hxx')
-rw-r--r--vcl/inc/textlayout.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx
index dfc4008bd158..541fcf4587b1 100644
--- a/vcl/inc/textlayout.hxx
+++ b/vcl/inc/textlayout.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef VCL_TEXTLAYOUT_HXX
-#define VCL_TEXTLAYOUT_HXX
+#ifndef INCLUDED_VCL_INC_TEXTLAYOUT_HXX
+#define INCLUDED_VCL_INC_TEXTLAYOUT_HXX
#include <rtl/ustring.hxx>
#include <tools/solar.h>
@@ -126,6 +126,6 @@ namespace vcl
} // namespace vcl
//........................................................................
-#endif // VCL_TEXTLAYOUT_HXX
+#endif // INCLUDED_VCL_INC_TEXTLAYOUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */