writerfilter/source/dmapper/DomainMapper.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 73731b01cd65defdf9b42a9754bede3ba84221d7 Author: Pierre-Eric Pelloux-Prayer <pierre-e...@lanedo.com> Date: Thu Dec 20 15:39:37 2012 +0100 docx import: don't apply complex font size to non-complex font OOXML spec says: "[szCs] specifies the font size which shall be applied to all complex script characters in the contents of this run when displayed" Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287 Reviewed-on: https://gerrit.libreoffice.org/1454 Reviewed-by: Miklos Vajna <vmik...@suse.cz> Tested-by: Miklos Vajna <vmik...@suse.cz> diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx index dd61686..84f344e 100644 --- a/writerfilter/source/dmapper/DomainMapper.cxx +++ b/writerfilter/source/dmapper/DomainMapper.cxx @@ -2130,8 +2130,6 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, PropertyMapPtr rContext, SprmType if( NS_sprm::LN_CHpsBi == nSprmId ) { rContext->Insert( PROP_CHAR_HEIGHT_COMPLEX, true, aVal ); - // Also set Western, but don't overwrite it. - rContext->Insert( PROP_CHAR_HEIGHT, true, aVal, false ); } else { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits