summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2012-03-05 14:57:30 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-03-14 21:20:43 +0000
commit230854bad461dbfa2aa72269c2468ff380b789a8 (patch)
tree80e13416b089419733ab572e15eeb28d291c9967 /vcl/inc/generic
parenta13a88bd2c673d059b60e339dcf3b8fabf991f18 (diff)
Remove SO52 strict compatibility stuff
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r--vcl/inc/generic/printergfx.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/generic/printergfx.hxx b/vcl/inc/generic/printergfx.hxx
index a8d259a25384..3ac5df05c386 100644
--- a/vcl/inc/generic/printergfx.hxx
+++ b/vcl/inc/generic/printergfx.hxx
@@ -262,7 +262,6 @@ private:
fontID getFontSubstitute () const;
fontID getFallbackID () const { return mnFallbackID; }
- bool mbStrictSO52Compatibility;
public:
/* grahics status update */
void PSSetColor ();
@@ -433,8 +432,6 @@ public:
sal_Int16 nLen,
sal_Int32* pDeltaArray );
- bool getStrictSO52Compatibility() const;
- void setStrictSO52Compatibility( bool );
};
} /* namespace psp */