diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 16:17:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:22:00 +0200 |
commit | 8e8b94734423df7c3e9d00a865e2620b927f3d93 (patch) | |
tree | f4a55a0cb476dfb0faf4c812f339201221e437ba /sfx2 | |
parent | c8b5979309311a0878e9fe0041423ff0620052bf (diff) |
remove unused property
Change-Id: Ia4b0c6985c9e52fed756edc08b959d3b60a122f0
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/Theme.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ -138,9 +138,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: |