diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx index a23421575859..967adc76b1bb 100644 --- a/sfx2/source/sidebar/Theme.cxx +++ b/sfx2/source/sidebar/Theme.cxx @@ -363,10 +363,7 @@ void Theme::UpdateTheme (void) Any(A2S("private:graphicrepository/sfx2/res/closedoc.png"))); setPropertyValue( maPropertyIdToNameMap[Image_CloseIndicator], - Any( - mbIsHighContrastMode - ? A2S("private:graphicrepository/res/commandimagelist/lch_decrementlevel.png") - : A2S("private:graphicrepository/res/commandimagelist/lc_decrementlevel.png"))); + Any(A2S("private:graphicrepository/cmd/lc_decrementlevel.png"))); setPropertyValue( maPropertyIdToNameMap[Image_ToolBoxItemSeparator], Any( diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.src b/svx/source/sidebar/paragraph/ParaPropertyPanel.src index 6db5c75d26a4..fa6009f1fe33 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.src +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.src @@ -199,7 +199,7 @@ Control RID_SIDEBAR_PARA_PANEL defined for Draw/Impress. It has to be defined in GenericCommancs.xcu to be recognized. See issue 122446 for more details. */ - Command = "private:graphicrepository/res/commandimagelist/sc_paraspaceincrease.png"; + Command = "private:graphicrepository/cmd/sc_paraspaceincrease.png"; }; ToolBoxItem { @@ -209,7 +209,7 @@ Control RID_SIDEBAR_PARA_PANEL /** See above or issue 122446 why the following line is not Command = ".uno:ParaspaceDecrease"; */ - Command = "private:graphicrepository/res/commandimagelist/sc_paraspacedecrease.png"; + Command = "private:graphicrepository/cmd/sc_paraspacedecrease.png"; }; }; };