[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Dec 30 17:46:22 PST 2015
vcl/inc/outfont.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 150ddbd6bf0aa92ee7b5677302362e7c3759a0ca
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Dec 31 12:45:42 2015 +1100
vcl: we don't need an interface class for ImplDevFontAttributes
Change-Id: Ibc3014ffe45597cafd96ed3130da90fa7133e400
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 9af2dde..00245ff 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; }
More information about the Libreoffice-commits
mailing list