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

Chris Sherlock chris.sherlock79 at gmail.com
Sat Jan 16 08:13:59 PST 2016


 include/vcl/font.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5ab13bf3ead3539e4ad847656da81e7eb6029652
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Jan 16 23:58:19 2016 +1100

    vcl: tabify font.hxx
    
    Change-Id: Iffe94aa2ff007d7361af7166f489ebfdb7593fc1
    Reviewed-on: https://gerrit.libreoffice.org/21511
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index a119f39..a406a76 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -62,7 +62,7 @@ public:
     void                SetFillColor( const Color& );
     const Color&        GetFillColor() const;
     void                SetTransparent( bool bTransparent );
-    bool            IsTransparent() const;
+    bool                IsTransparent() const;
     void                SetAlign( FontAlign );
     FontAlign           GetAlign() const;
 
@@ -104,7 +104,7 @@ public:
     bool                IsVertical() const;
     void                SetKerning( FontKerning nKerning );
     FontKerning         GetKerning() const;
-    bool            IsKerning() const;
+    bool                IsKerning() const;
 
     void                SetWeight( FontWeight );
     FontWeight          GetWeight();


More information about the Libreoffice-commits mailing list