diff options
Diffstat (limited to 'vcl/inc/win/salgdi.h')
-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: */ |