diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:04:43 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:04:43 +0100 |
commit | 1345cdc590fb87c92fb91e92f0d890d1de184414 (patch) | |
tree | d2bb5e6abac0bea077d73e4a4521df13fb655d55 /dbaccess/source/ui/browser | |
parent | 9da2e3d1e84a00accd0e688a1273873f3fcfa75c (diff) | |
parent | 5efd3c588b431ea98e155f3feca91b80d03ff151 (diff) |
CWS-TOOLING: integrate CWS changehc02
Notes
Notes:
split repo tag: base_ooo/DEV300_m65
split repo tag: base_ooo/DEV300_m66
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index 8f2528e1f96a..aad25f1cd7ab 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -3608,7 +3608,7 @@ sal_Bool SbaTableQueryBrowser::isHiContrast() const RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbaui", "Ocke.Janssen@sun.com", "SbaTableQueryBrowser::isHiContrast" ); sal_Bool bRet = sal_False; if ( m_pTreeView ) - bRet = m_pTreeView->getListBox().GetBackground().GetColor().IsDark(); + bRet = m_pTreeView->getListBox().GetSettings().GetStyleSettings().GetHighContrastMode(); return bRet; } // ----------------------------------------------------------------------------- |