summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-31 12:45:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-31 12:45:42 +1100
commit150ddbd6bf0aa92ee7b5677302362e7c3759a0ca (patch)
tree9d893c7b7c2d250736b41db2a09e2f1a4aa6cf59 /vcl
parent694eb3d512e21f0f283b834834e6d6fa533581da (diff)
vcl: we don't need an interface class for ImplDevFontAttributes
Change-Id: Ibc3014ffe45597cafd96ed3130da90fa7133e400
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/outfont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 9af2dde8af8a..00245ffc57fb 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -81,7 +81,7 @@ private:
class ImplDevFontAttributes : public ImplFontAttributes
{
-public: // TODO: create matching interface class
+public:
bool IsEmbeddable() const { return mbEmbeddable; }
bool IsSubsettable() const { return mbSubsettable; }