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