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 /vcl/inc/win | |
parent | 0946308fc854539d854a822966f173138284c265 (diff) |
Clear up some copypasta
Change-Id: I453bd42e24b059e86e71dc2a64a0d6f524f7a197
Diffstat (limited to 'vcl/inc/win')
-rw-r--r-- | vcl/inc/win/salgdi.h | 6 |
1 files changed, 3 insertions, 3 deletions
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: */ |