summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2014-06-30 14:41:37 -0400
committerFridrich Štrba <fridrich.strba@bluewin.ch>2014-06-30 22:54:44 +0200
commit59a2e1b9fa8663254550838c0c44d0cac290105f (patch)
treecd9b9a0e1bb1de51eca5afc3131caa21c0c8005c /include
parent2727a6dbf46fad3301ab0f24dce7da50976212f4 (diff)
Cleanup: removed comments and debugging output
Change-Id: I41f13d33da641153784725344f5bd526ca69542b
Diffstat (limited to 'include')
-rw-r--r--include/editeng/colritem.hxx6
-rw-r--r--include/vcl/font.hxx5
2 files changed, 0 insertions, 11 deletions
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 );