diff options
author | matteocam <matteo.campanelli@gmail.com> | 2014-06-30 14:41:37 -0400 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-06-30 22:54:44 +0200 |
commit | 59a2e1b9fa8663254550838c0c44d0cac290105f (patch) | |
tree | cd9b9a0e1bb1de51eca5afc3131caa21c0c8005c /include/vcl/font.hxx | |
parent | 2727a6dbf46fad3301ab0f24dce7da50976212f4 (diff) |
Cleanup: removed comments and debugging output
Change-Id: I41f13d33da641153784725344f5bd526ca69542b
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r-- | include/vcl/font.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 ); |