[Libreoffice-commits] core.git: include/vcl
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Jan 18 02:11:05 PST 2016
include/vcl/font.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 33da1e1e803acf50a753146da52dd171bb7133e7
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Jan 16 23:58:19 2016 +1100
vcl: tabify font.hxx
Change-Id: Id0cff8fa258bcdd8084473b28f7719ba2806c49b
Reviewed-on: https://gerrit.libreoffice.org/21574
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