From cb20f46895f0ec759f2bea95e499c6902deb60ca Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 18 Jan 2016 10:40:22 +1100 Subject: vcl: change Font::SetName() to Font::SetFamilyName() Change-Id: I9b7bd1ec25955981ebcb9085579cbb9fbaa802d5 Reviewed-on: https://gerrit.libreoffice.org/21560 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- include/vcl/font.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/font.hxx') 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; -- cgit