Author: af
Date: Wed Apr 3 10:02:28 2013
New Revision: 1463903
URL: http://svn.apache.org/r1463903
Log:
i121420: Use AOO icons by default.
Modified:
openoffice/branches/sidebar/main/sfx2/source/sidebar/Theme.cxx
Modified: openoffice/branches/sidebar/main/sfx2/source/sidebar/Theme.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/sfx2/source/sidebar/Theme.cxx?rev=1463903&r1=1463902&r2=1463903&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/sfx2/source/sidebar/Theme.cxx (original)
+++ openoffice/branches/sidebar/main/sfx2/source/sidebar/Theme.cxx Wed Apr 3 10:02:28 2013
@@ -198,7 +198,7 @@ void Theme::InitializeTheme (void)
{
setPropertyValue(
maPropertyIdToNameMap[Bool_UseSymphonyIcons],
- Any(true));
+ Any(false));
setPropertyValue(
maPropertyIdToNameMap[Bool_UseSystemColors],
Any(false));
|