diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-16 23:58:19 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-16 16:13:32 +0000 |
commit | 5ab13bf3ead3539e4ad847656da81e7eb6029652 (patch) | |
tree | efaed62656161d315b29c0cec872090161b1d758 /include/vcl | |
parent | f99550dae55e40e49bf9c9875053fe2abb4c71ca (diff) |
vcl: tabify font.hxx
Change-Id: Iffe94aa2ff007d7361af7166f489ebfdb7593fc1
Reviewed-on: https://gerrit.libreoffice.org/21511
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/font.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index a119f39f1d2d..a406a76b5099 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(); |