vcl/inc/outfont.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 150ddbd6bf0aa92ee7b5677302362e7c3759a0ca Author: Chris Sherlock <chris.sherloc...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits