diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-10-02 00:58:08 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-10-02 00:59:24 +0200 |
commit | 0c2b43b70776ea49655a7f18c6c11dc64a5f25b2 (patch) | |
tree | 5cc803500f139a6584ecb4d1ed89098973e2e9f3 /cui | |
parent | 13cb02ce1046779864109646a105c09c2e27249a (diff) |
Improved striped rows implementation
Some renaming, use variable for row background when not striped
Change-Id: I5b36fc751aa163dbb127406d7aefad01974fa371
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optaboutconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 7b3c0d69d7c7..d66a3691c978 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -157,7 +157,7 @@ CuiAboutConfigTabPage::CuiAboutConfigTabPage( vcl::Window* pParent/*, const SfxI aTabs[4] = aTabs[3] + fWidth * 8; m_pPrefBox->SetTabs(aTabs, MAP_PIXEL); - m_pPrefBox->SetAlternatingRow( true ); + m_pPrefBox->SetAlternatingRowColors( true ); } void CuiAboutConfigTabPage::InsertEntry(const OUString& rProp, const OUString& rStatus, const OUString& rType, const OUString& rValue) |