diff options
Diffstat (limited to 'sw/source/uibase/config/viewopt.cxx')
-rw-r--r-- | sw/source/uibase/config/viewopt.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/uibase/config/viewopt.cxx b/sw/source/uibase/config/viewopt.cxx index b907daf76f9d..93ee5f710653 100644 --- a/sw/source/uibase/config/viewopt.cxx +++ b/sw/source/uibase/config/viewopt.cxx @@ -56,7 +56,6 @@ SwViewColors::SwViewColors() : m_aIndexShadingsColor(COL_LIGHTGRAY), m_aLinksColor(COL_BLUE), m_aVisitedLinksColor(COL_RED), - m_aDirectCursorColor(COL_BLUE), m_aTextGridColor(COL_LIGHTGRAY), m_aSpellColor(COL_LIGHTRED), m_aGrammarColor(COL_LIGHTBLUE), @@ -112,8 +111,6 @@ SwViewColors::SwViewColors(const svtools::ColorConfig& rConfig) if(aValue.bIsVisible) m_nAppearanceFlags |= ViewOptFlags::Shadow; - m_aDirectCursorColor = rConfig.GetColorValue(svtools::WRITERDIRECTCURSOR).nColor; - m_aTextGridColor = rConfig.GetColorValue(svtools::WRITERTEXTGRID).nColor; m_aSpellColor = rConfig.GetColorValue(svtools::SPELL).nColor; @@ -492,11 +489,6 @@ const Color& SwViewOption::GetVisitedLinksColor() const return m_aColorConfig.m_aVisitedLinksColor; } -const Color& SwViewOption::GetDirectCursorColor() const -{ - return m_aColorConfig.m_aDirectCursorColor; -} - const Color& SwViewOption::GetTextGridColor() const { return m_aColorConfig.m_aTextGridColor; |