[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/source
Oliver-Rainer Wittmann
orw at apache.org
Wed Jun 11 04:05:58 PDT 2014
sw/source/core/unocore/unoframe.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7a5dc88e055800af51ed7f5967c455c85a117741
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date: Tue Jun 10 14:49:06 2014 +0000
Related: #i125072# map given style name to corresponding UI name...
before searching for it.
(cherry picked from commit 4a76d7f700da112a553ec9d9811731e645581a7f)
Conflicts:
sw/source/core/unocore/unoframe.cxx
Change-Id: I294bd7f21ec0acee0f7b8e7be067e04b5a785e43
(cherry picked from commit 3a72f4ba07458ee9c4c726486304f31900d89044)
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index de2d5d8..405d5d8 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -1017,6 +1017,7 @@ bool SwGraphicProperties_Impl::AnyToItemSet(
{
OUString sStyle;
*pStyleName >>= sStyle;
+ SwStyleNameMapper::FillUIName(sStyle, sStyle, nsSwGetPoolIdFromName::GET_POOLID_FRMFMT, true);
pStyle = (SwDocStyleSheet*)pDoc->GetDocShell()->GetStyleSheetPool()->Find(sStyle,
SFX_STYLE_FAMILY_FRAME);
}
More information about the Libreoffice-commits
mailing list