[Libreoffice-commits] core.git: vcl/inc

Tor Lillqvist tml at collabora.com
Wed Dec 4 23:00:54 PST 2013


 vcl/inc/coretext/salgdi.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 47aad4bde8bfbb77bf72c1f82a012b66f60bf5e3
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Dec 5 09:00:17 2013 +0200

    Increase consistency
    
    Change-Id: I5469b00a533ef9bf731698d7906a470699e29ba6

diff --git a/vcl/inc/coretext/salgdi.h b/vcl/inc/coretext/salgdi.h
index ae18647..d6f8682 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: */


More information about the Libreoffice-commits mailing list