[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Dec 30 17:44:08 PST 2015


 vcl/inc/outfont.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58c7ca15e5c7514cbf976ecab9dae806a05f4336
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Dec 31 12:43:12 2015 +1100

    vcl: we don't need an interface class for ImplFontAttributes
    
    Change-Id: I13e8968d5c73bf6e47c4357cc4eefe8c1703a7ac

diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index d34473b..1344423 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -45,7 +45,7 @@ class Size;
 
 class ImplFontAttributes
 {
-public: // TODO: create matching interface class
+public:
     const OUString& GetFamilyName() const   { return maName; }
     const OUString& GetStyleName() const    { return maStyleName; }
     FontWeight      GetWeight() const       { return meWeight; }


More information about the Libreoffice-commits mailing list