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/editeng/colritem.hxx | 6 ------ include/vcl/font.hxx | 5 ----- 2 files changed, 11 deletions(-) (limited to 'include') diff --git a/include/editeng/colritem.hxx b/include/editeng/colritem.hxx index 815d2ed3f3d1..7ec7b69e77f4 100644 --- a/include/editeng/colritem.hxx +++ b/include/editeng/colritem.hxx @@ -77,12 +77,6 @@ public: }; -/* - * FIXME(matteocam): - * both classes Svx{Background,}Color should be derived from a - * common ancestor or be totally separate (not recommended probably). -*/ - // class SvxBackgroundColorItem // XXX: to be moved in a separate header. 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