From 59a2e1b9fa8663254550838c0c44d0cac290105f Mon Sep 17 00:00:00 2001 From: matteocam Date: Mon, 30 Jun 2014 14:41:37 -0400 Subject: Cleanup: removed comments and debugging output Change-Id: I41f13d33da641153784725344f5bd526ca69542b --- include/vcl/font.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/vcl/font.hxx') diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index b4a36146cfdf..5e0b13481005 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -60,11 +60,6 @@ public: void SetAlign( FontAlign ); FontAlign GetAlign() const; - // FIXME(matteocam) // XXX: is this the right spot for changes? - void SetBackgroundColor(const Color &); - const Color& GetBackgroundColor() const; - - void SetName( const OUString& rFamilyName ); const OUString& GetName() const; void SetStyleName( const OUString& rStyleName ); -- cgit