summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-27 13:15:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-27 13:18:35 +0100
commit9c8d3789466d636b9fdedbabf1460aee29963a28 (patch)
tree9089e61d78038a0d4bc1fa4a9969e7684a6a071a /vcl/inc/outfont.hxx
parent3b74ade04788adbe5a86005e875895c5f84d5ae5 (diff)
remove ItalicMatrix into delivered header
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r--vcl/inc/outfont.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 857d94416925..8dda453c7492 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -156,22 +156,6 @@ friend class ImplDevFontListData;
// - ImplFontSelectData -
// ----------------------
-struct ItalicMatrix
-{
- double xx, xy, yx, yy;
- ItalicMatrix() : xx(1), xy(0), yx(0), yy(1) {}
-};
-
-inline bool operator ==(const ItalicMatrix& a, const ItalicMatrix& b)
-{
- return a.xx == b.xx && a.xy == b.xy && a.yx == b.yx && a.yy == b.yy;
-}
-
-inline bool operator !=(const ItalicMatrix& a, const ItalicMatrix& b)
-{
- return a.xx != b.xx || a.xy != b.xy || a.yx != b.yx || a.yy != b.yy;
-}
-
class ImplFontSelectData : public ImplFontAttributes
{
public: