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-18 10:10:35 +0000 |
commit | 33da1e1e803acf50a753146da52dd171bb7133e7 (patch) | |
tree | 3eccc908c0c357ab31bf7f5dccb8be6b22c22a9b /include/vcl/font.hxx | |
parent | 023f17bccf0e6f99df5f8e2855ba562668b1349e (diff) |
vcl: tabify font.hxx
Change-Id: Id0cff8fa258bcdd8084473b28f7719ba2806c49b
Reviewed-on: https://gerrit.libreoffice.org/21574
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl/font.hxx')
-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(); |