Kaydet (Commit) 3a72f4ba authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Caolán McNamara

Related: #i125072# map given style name to corresponding UI name...

before searching for it.

(cherry picked from commit 4a76d7f7)

Conflicts:
	sw/source/core/unocore/unoframe.cxx

Change-Id: I294bd7f21ec0acee0f7b8e7be067e04b5a785e43
üst 0e7ca4fa
...@@ -1019,6 +1019,7 @@ bool SwGraphicProperties_Impl::AnyToItemSet( ...@@ -1019,6 +1019,7 @@ bool SwGraphicProperties_Impl::AnyToItemSet(
{ {
OUString sStyle; OUString sStyle;
*pStyleName >>= sStyle; *pStyleName >>= sStyle;
SwStyleNameMapper::FillUIName(sStyle, sStyle, nsSwGetPoolIdFromName::GET_POOLID_FRMFMT, true);
pStyle = (SwDocStyleSheet*)pDoc->GetDocShell()->GetStyleSheetPool()->Find(sStyle, pStyle = (SwDocStyleSheet*)pDoc->GetDocShell()->GetStyleSheetPool()->Find(sStyle,
SFX_STYLE_FAMILY_FRAME); SFX_STYLE_FAMILY_FRAME);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment