summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-30 23:05:41 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-30 23:05:41 +0100
commitb60d7a27e4b0278c2bd0c3c736597849c7ed1a21 (patch)
tree5b3a0cbbf46f74e08c950468951751d00be0953f
parentwindows: remove WINVER check (diff)
downloadcore-b60d7a27e4b0278c2bd0c3c736597849c7ed1a21.tar.gz
core-b60d7a27e4b0278c2bd0c3c736597849c7ed1a21.zip
fixincludeguards.sh: svx/itextprovider.hxx
Change-Id: I32ebe61a8431e357ffdc057b019fdd3b75dd68a8
-rw-r--r--include/svx/itextprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/itextprovider.hxx b/include/svx/itextprovider.hxx
index 3202e4d65495..7a8ca44e859d 100644
--- a/include/svx/itextprovider.hxx
+++ b/include/svx/itextprovider.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#if !defined SVX_ITEXTPROVIDER_HXX_INCLUDED
-#define SVX_ITEXTPROVIDER_HXX_INCLUDED
+#ifndef INCLUDED_SVX_ITEXTPROVIDER_HXX
+#define INCLUDED_SVX_ITEXTPROVIDER_HXX
#include <sal/types.h>