summaryrefslogtreecommitdiff
path: root/vcl/inc/win/salgdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/win/salgdi.h')
-rw-r--r--vcl/inc/win/salgdi.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index b6839f5309ef..a60b6f6d9c92 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -38,10 +38,6 @@ class FontSelectPattern;
class ImplWinFontEntry;
class ImplFontAttrCache;
-// -----------
-// - Defines -
-// -----------
-
#define RGB_TO_PALRGB(nRGB) ((nRGB)|0x02000000)
#define PALRGB_TO_RGB(nPalRGB) ((nPalRGB)&0x00ffffff)
@@ -142,10 +138,6 @@ public:
bool IsGSUBstituted( sal_UCS4 ) const;
};
-// ------------------
-// - WinSalGraphics -
-// ------------------
-
class WinSalGraphics : public SalGraphics
{
public:
@@ -383,16 +375,8 @@ int ImplIsSysColorEntry( SalColor nSalColor );
void ImplGetLogFontFromFontSelect( HDC, const FontSelectPattern*,
LOGFONTW&, bool bTestVerticalAvail );
-// -----------
-// - Defines -
-// -----------
-
#define MAX_64KSALPOINTS ((((sal_uInt16)0xFFFF)-8)/sizeof(POINTS))
-// -----------
-// - Inlines -
-// -----------
-
// #102411# Win's GCP mishandles kerning => we need to do it ourselves
// SalGraphicsData::mpFontKernPairs is sorted by
inline bool ImplCmpKernData( const KERNINGPAIR& a, const KERNINGPAIR& b )