diff options
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index f9f5344904b0..dd6c45634752 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -94,10 +94,6 @@ private: class ImplDevFontAttributes : public ImplFontAttributes { public: // TODO: create matching interface class - const OUString& GetAliasNames() const { return maMapNames; } - int GetQuality() const { return mnQuality; } - bool IsRotatable() const { return mbOrientation; } - bool IsDeviceFont() const { return mbDevice; } bool IsEmbeddable() const { return mbEmbeddable; } bool IsSubsettable() const { return mbSubsettable; } |