diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-02 11:17:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-02 11:18:18 +0200 |
commit | 234705792261395d62139a4417504fd4d7a63729 (patch) | |
tree | eb596fad8091f565e7daac105e346b1c45d3d47f | |
parent | 0946308fc854539d854a822966f173138284c265 (diff) |
Clear up some copypasta
Change-Id: I453bd42e24b059e86e71dc2a64a0d6f524f7a197
-rw-r--r-- | vcl/inc/aqua/atsui/salgdi.h | 6 | ||||
-rw-r--r-- | vcl/inc/coretext/salgdi2.h | 6 | ||||
-rw-r--r-- | vcl/inc/unx/salgdi.h | 6 | ||||
-rw-r--r-- | vcl/inc/win/salgdi.h | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/vcl/inc/aqua/atsui/salgdi.h b/vcl/inc/aqua/atsui/salgdi.h index 6d6d5324544c..b543fe15541f 100644 --- a/vcl/inc/aqua/atsui/salgdi.h +++ b/vcl/inc/aqua/atsui/salgdi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_SALGDI_H -#define _SV_SALGDI_H +#ifndef INCLUDED_VCL_INC_AQUA_ATSUI_SALGDI_H +#define INCLUDED_VCL_INC_AQUA_ATSUI_SALGDI_H #include <vector> @@ -361,6 +361,6 @@ inline void AquaSalGraphics::RefreshRect( const NSRect& rRect ) RefreshRect( rRect.origin.x, rRect.origin.y, rRect.size.width, rRect.size.height ); } -#endif // _SV_SALGDI_H +#endif // INCLUDED_VCL_INC_AQUA_ATSUI_SALGDI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/coretext/salgdi2.h b/vcl/inc/coretext/salgdi2.h index 19525ae0dc4f..214d12fdca3f 100644 --- a/vcl/inc/coretext/salgdi2.h +++ b/vcl/inc/coretext/salgdi2.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_SALGDI_H -#define _SV_SALGDI_H +#ifndef INCLUDED_VCL_INC_CORETEXT_SALGDI2_H +#define INCLUDED_VCL_INC_CORETEXT_SALGDI2_H #include <vector> @@ -431,6 +431,6 @@ inline void AquaSalGraphics::RefreshRect( const NSRect& rRect ) #endif -#endif // _SV_SALGDI_H +#endif // INCLUDED_VCL_INC_CORETEXT_SALGDI2_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 9e3e9a5fc3c5..acb3d7ecaa24 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_SALGDI_H -#define _SV_SALGDI_H +#ifndef INCLUDED_VCL_INC_UNX_SALGDI_H +#define INCLUDED_VCL_INC_UNX_SALGDI_H #include <prex.h> #include <postx.h> @@ -374,6 +374,6 @@ inline Pixel X11SalGraphics::GetPixel( SalColor nSalColor ) const #define stderr0( s ) ; #endif -#endif // _SV_SALGDI_H +#endif // INCLUDED_VCL_INC_UNX_SALGDI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index b54c8765b213..6e96c7023082 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_SALGDI_H -#define _SV_SALGDI_H +#ifndef INCLUDED_VCL_INC_WIN_SALGDI_H +#define INCLUDED_VCL_INC_WIN_SALGDI_H #include <sallayout.hxx> #include <salgdi.hxx> @@ -421,6 +421,6 @@ inline bool ImplWinFontData::HasChar( sal_uInt32 cChar ) const return mpUnicodeMap->HasChar( cChar ); } -#endif // _SV_SALGDI_H +#endif // INCLUDED_VCL_INC_WIN_SALGDI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |