summaryrefslogtreecommitdiff
path: root/include/vcl/font.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-16 23:42:55 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-16 16:12:14 +0000
commitf99550dae55e40e49bf9c9875053fe2abb4c71ca (patch)
treea84bceecc809a336a81305a85edad78a4a8449c5 /include/vcl/font.hxx
parent2b297116cb6bb1061c43e5714e2609c8ee9f57d2 (diff)
vcl: change Font::SetName() to Font::SetFamilyName()
Change-Id: I54a4036544c680c4a49607677af776aa7a433fbc Reviewed-on: https://gerrit.libreoffice.org/21510 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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index e223ba3c66ca..a119f39f1d2d 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -66,7 +66,7 @@ public:
void SetAlign( FontAlign );
FontAlign GetAlign() const;
- void SetName( const OUString& rFamilyName );
+ void SetFamilyName( const OUString& rFamilyName );
const OUString& GetFamilyName() const;
void SetStyleName( const OUString& rStyleName );
const OUString& GetStyleName() const;