summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-02 12:34:11 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-03-02 12:34:11 -0500
commit490c8bf3efac5fb70dbb11337a97c78e91c9d41e (patch)
treeef008a8252d0584c4ba42149a0f8f7c279d174aa
parent8ea32197be68bbb073a569c5bb2d242e8e81a848 (diff)
kohei04: #i108086# Fixed the connector import issue the right way.
-rw-r--r--filter/source/msfilter/msdffimp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 45bf6a982565..10977a986ed9 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5057,6 +5057,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
if ( GetPropertyValue( DFF_Prop_gtextFStrikethrough, 0 ) & 0x1000 ) // SJ: Font Kerning On ?
aSet.Put( SvxKerningItem( 1, EE_CHAR_KERNING ) );
}
+ pRet->SetMergedItemSet( aSet );
// sj: taking care of rtl, ltr. In case of fontwork mso. seems not to be able to set
// proper text directions, instead the text default is depending to the string.