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/editeng | |
parent | 2727a6dbf46fad3301ab0f24dce7da50976212f4 (diff) |
Cleanup: removed comments and debugging output
Change-Id: I41f13d33da641153784725344f5bd526ca69542b
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/colritem.hxx | 6 |
1 files changed, 0 insertions, 6 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. |