summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/generic/glyphcache.hxx1
-rw-r--r--vcl/inc/outfont.hxx12
-rw-r--r--vcl/inc/salgdi.hxx1
-rw-r--r--vcl/inc/win/salgdi.h3
4 files changed, 1 insertions, 16 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 179c2b25c2fb..7e1acaff7e3b 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -29,7 +29,6 @@ class ServerFont;
class GlyphCachePeer;
class ServerFontLayoutEngine;
class ServerFontLayout;
-struct ImplKernPairData;
class ImplFontOptions;
#include <tools/gen.hxx>
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index f88a88bcfc0d..6e3210bf3703 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -268,18 +268,6 @@ private:
mutable int mnFallbackCount;
};
-// --------------------
-// - ImplKernPairData -
-// --------------------
-
-struct ImplKernPairData
-{
- sal_uInt16 mnChar1;
- sal_uInt16 mnChar2;
- long mnKern;
-};
-
-
// -----------------------
// - ImplFontMetricData -
// -----------------------
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 442a5a9ad2de..d4a219d09005 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -35,7 +35,6 @@ class ImplDevFontList;
class SalBitmap;
class FontSelectPattern;
class ImplFontMetricData;
-struct ImplKernPairData;
class PhysicalFontFace;
class ImplFontCharMap;
class SalLayout;
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index ccbee184a3fb..b54c8765b213 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -270,8 +270,7 @@ private:
bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
// get kernign pairs of the current font
- // return only PairCount if (pKernPairs == NULL)
- sal_uLong GetKernPairs( sal_uLong nPairs, ImplKernPairData* pKernPairs );
+ sal_uLong GetKernPairs();
public:
// public SalGraphics methods, the interface to the independent vcl part