[Libreoffice-commits] core.git: sc/source
Wang Lei
leiw at apache.org
Fri May 31 05:42:57 PDT 2013
sc/source/filter/excel/xiescher.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0f33ad3847da22350e69fd998d7494e4334c1ed9
Author: Wang Lei <leiw at apache.org>
Date: Fri Sep 7 08:56:23 2012 +0000
Resolves: #i119487 Images lose macro association when open Excel file in AOO
Patch by: Chen Peng
Review by: Wang Lei
(cherry picked from commit 0c3cf59b060aa28c6d16c98c6139b316971f8c6b)
Change-Id: Ibb68dba9427953e8477f40be79a6271dc1b84aa5
diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx
index 58c35c0..7db78f3 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -2798,7 +2798,7 @@ XclImpPictureObj::XclImpPictureObj( const XclImpRoot& rRoot ) :
mbUseCtlsStrm( false )
{
SetAreaObj( true );
- SetSimpleMacro( false );
+ SetSimpleMacro( true );
SetCustomDffObj( true );
}
More information about the Libreoffice-commits
mailing list