summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-05 09:00:17 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-05 09:00:17 +0200
commit47aad4bde8bfbb77bf72c1f82a012b66f60bf5e3 (patch)
tree8025ef1e756609a1bc8f612fec324c8f14603a99
parent2dc16ffab2632c6b2d7b4c295bdba3afaabc45c6 (diff)
Increase consistency
Change-Id: I5469b00a533ef9bf731698d7906a470699e29ba6
-rw-r--r--vcl/inc/coretext/salgdi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/coretext/salgdi.h b/vcl/inc/coretext/salgdi.h
index ae18647632d6..d6f8682dba03 100644
--- a/vcl/inc/coretext/salgdi.h
+++ b/vcl/inc/coretext/salgdi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_CORETEXT_SALGDI2_H
-#define INCLUDED_VCL_INC_CORETEXT_SALGDI2_H
+#ifndef INCLUDED_VCL_INC_CORETEXT_SALGDI_H
+#define INCLUDED_VCL_INC_CORETEXT_SALGDI_H
#include <vector>
@@ -428,6 +428,6 @@ inline void AquaSalGraphics::RefreshRect( const NSRect& rRect )
#endif
-#endif // INCLUDED_VCL_INC_CORETEXT_SALGDI2_H
+#endif // INCLUDED_VCL_INC_CORETEXT_SALGDI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */