From 8e8b94734423df7c3e9d00a865e2620b927f3d93 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 19 Jul 2015 16:17:23 +0200 Subject: remove unused property Change-Id: Ia4b0c6985c9e52fed756edc08b959d3b60a122f0 --- sfx2/source/sidebar/Theme.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx index 50f0bb914e35..71d8bf28ad0c 100644 --- a/sfx2/source/sidebar/Theme.cxx +++ b/sfx2/source/sidebar/Theme.cxx @@ -137,9 +137,6 @@ void Theme::HandleDataChange() void Theme::InitializeTheme() { - setPropertyValue( - maPropertyIdToNameMap[Bool_UseSymphonyIcons], - Any(false)); setPropertyValue( maPropertyIdToNameMap[Bool_UseSystemColors], Any(false)); @@ -734,7 +731,6 @@ void Theme::SetupPropertyMaps() AddEntry(Int_TabBarBottomPadding); AddEntry(Int_ButtonCornerRadius); - AddEntry(Bool_UseSymphonyIcons); AddEntry(Bool_UseSystemColors); AddEntry(Bool_UseToolBoxItemSeparator); AddEntry(Bool_IsHighContrastModeActive); @@ -805,7 +801,6 @@ Theme::PropertyType Theme::GetPropertyType (const ThemeItem eItem) case Int_ButtonCornerRadius: return PT_Integer; - case Bool_UseSymphonyIcons: case Bool_UseSystemColors: case Bool_UseToolBoxItemSeparator: case Bool_IsHighContrastModeActive: -- cgit