sw/source/core/unocore/unoframe.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3a72f4ba07458ee9c4c726486304f31900d89044
Author: Oliver-Rainer Wittmann <o...@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

diff --git a/sw/source/core/unocore/unoframe.cxx 
b/sw/source/core/unocore/unoframe.cxx
index 7e21aa0..58e46f3 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -1019,6 +1019,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);
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to