update graphicrepository links for new icon-theme locations
Change-Id: I8de2dbfa6eb98a9b879af362b850c487ab28fa7f
This commit is contained in:
@@ -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(
|
||||
|
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user