summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-26 10:12:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-26 10:12:04 +0200
commite2873d699b47f55c67d0ee874b49a075d52eb6fb (patch)
treea7a350ff5d74273bc6f0598841b1f96a5b998566 /vcl/inc
parent44a4c577fd54de12e089e76c234f6b5f5099a3d4 (diff)
Revert "Remove unused FontSelectPattern constructor"
This reverts commit 44a4c577fd54de12e089e76c234f6b5f5099a3d4. ...the ctor is still used on Windows.
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/outfont.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 8d159a53d2fc..19c2c3a855a3 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -161,6 +161,8 @@ class FontSelectPattern : public ImplFontAttributes
public:
FontSelectPattern( const Font&, const String& rSearchName,
const Size&, float fExactHeight );
+ FontSelectPattern( const ImplFontData&, const Size&,
+ float fExactHeight, int nOrientation, bool bVertical );
public: // TODO: change to private
String maTargetName; // name of the font name token that is chosen