diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 16:08:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:04 +0200 |
commit | 77ec79022fc8312ceed8b324731a4eda231c7e0c (patch) | |
tree | e6e4ae11abd3c5b352cadbd6680b8a3c84a932bd /vcl/inc/outfont.hxx | |
parent | 64977e5c2bc6f869cacfe589f9155396847d935c (diff) |
constructor only used on WNT in FontSelectPatternAttributes
Change-Id: Iffbd9702f5a81e4bfe3baa3952824f4c6ba3bca3
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 59d8bc7ceccc..77a35205a040 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -160,8 +160,10 @@ class FontSelectPatternAttributes : public ImplFontAttributes public: FontSelectPatternAttributes( const Font&, const OUString& rSearchName, const Size&, float fExactHeight ); +#ifdef WNT FontSelectPatternAttributes( const PhysicalFontFace&, const Size&, float fExactHeight, int nOrientation, bool bVertical ); +#endif size_t hashCode() const; bool operator==(const FontSelectPatternAttributes& rOther) const; |