diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-12 21:15:03 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 11:12:27 +0300 |
commit | f1bae1b5c0ba7949f6a91ba938be18589f9accaa (patch) | |
tree | 9268e5b95a27b60ea6112e374041f41a68a0398a /sw | |
parent | a7a048f9a2ee1ef88eec0b02d44a94562788aa8a (diff) |
This comment is no longer true
Change-Id: I5ad9bcba65f1f467f230fe05dff725c474c75494
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index d39c6d9f35a0..d4a3514f30dc 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -186,12 +186,8 @@ QuickHelpData* SwEditWin::m_pQuickHlpData = nullptr; long SwEditWin::m_nDDStartPosY = 0; long SwEditWin::m_nDDStartPosX = 0; /** - * The initial color shown on the button is set in /core/svx/source/tbxctrls/tbxcolorupdate.cxx + * The actual color used by the button is set in 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) */ Color SwEditWin::m_aWaterCanTextBackColor(COL_YELLOW); Color SwEditWin::m_aWaterCanTextColor(COL_RED); |