summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-10-12 21:15:03 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-10-13 11:12:27 +0300
commitf1bae1b5c0ba7949f6a91ba938be18589f9accaa (patch)
tree9268e5b95a27b60ea6112e374041f41a68a0398a /svx
parentSvxColorToolBoxControl: Some cleanup (diff)
downloadcore-f1bae1b5c0ba7949f6a91ba938be18589f9accaa.tar.gz
core-f1bae1b5c0ba7949f6a91ba938be18589f9accaa.zip
This comment is no longer true
Change-Id: I5ad9bcba65f1f467f230fe05dff725c474c75494
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx9
-rw-r--r--svx/source/tbxctrls/tbxcolorupdate.cxx11
2 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 688a348fa2df..6ea8a30c53cd 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2608,15 +2608,6 @@ VclPtr<vcl::Window> SvxFontNameToolBoxControl::CreateItemWindow( vcl::Window *pP
return pBox.get();
}
-/* Note:
- The initial color shown on the button is set in /core/svx/source/tbxctrls/tbxcolorupdate.cxx
- (ToolboxButtonColorUpdater::ToolboxButtonColorUpdater()) .
- The initial color used by the button is set in /core/svx/source/tbxcntrls/tbcontrl.cxx
- (SvxColorToolBoxControl::SvxColorToolBoxControl())
- and in case of writer for text(background)color also in /core/sw/source/uibase/docvw/edtwin.cxx
- (SwEditWin::m_aTextBackColor and SwEditWin::m_aTextColor)
- */
-
SvxColorToolBoxControl::SvxColorToolBoxControl(
sal_uInt16 nSlotId,
sal_uInt16 nId,
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx
index 4756980d14e1..f41b91369571 100644
--- a/svx/source/tbxctrls/tbxcolorupdate.cxx
+++ b/svx/source/tbxctrls/tbxcolorupdate.cxx
@@ -29,17 +29,6 @@
namespace svx
{
- //= ToolboxButtonColorUpdater
-
- /* Note:
- The initial color shown on the button is set in /core/svx/source/tbxctrls/tbxcolorupdate.cxx
- (ToolboxButtonColorUpdater::ToolboxButtonColorUpdater()) .
- The initial color used by the button is set in /core/svx/source/tbxctrls/tbcontrl.cxx
- (SvxColorToolBoxControl::SvxColorToolBoxControl())
- and in case of writer for text(background)color also in /core/sw/source/uibase/docvw/edtwin.cxx
- (SwEditWin::m_aTextBackColor and SwEditWin::m_aTextColor)
- */
-
ToolboxButtonColorUpdater::ToolboxButtonColorUpdater(
sal_uInt16 nId, sal_uInt16 nTbxBtnId, ToolBox* pToolBox)
: mnBtnId(nTbxBtnId)