update graphicrepository links for new icon-theme locations

Change-Id: I8de2dbfa6eb98a9b879af362b850c487ab28fa7f
This commit is contained in:
Caolán McNamara
2013-06-10 11:29:03 +01:00
parent e86a67313e
commit 09b054fc4c
2 changed files with 3 additions and 6 deletions

View File

@@ -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(

View File

@@ -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";
};
};
};