Kaydet (Commit) 23470579 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clear up some copypasta

Change-Id: I453bd42e24b059e86e71dc2a64a0d6f524f7a197
üst 0946308f
......@@ -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: */
......@@ -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: */
......@@ -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: */
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment