diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2013-11-22 19:46:58 +0530 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-25 12:54:09 +0100 |
commit | fbfb164bb4447f5a78aff9829df828b9cbde120c (patch) | |
tree | a996aea4853198f2a5198ffe3bea4713d0ba1278 | |
parent | c0a500b9f1b47ee1beea3c22ff029a03e657cb8a (diff) |
fdo#68594: Revert bnc#758621 commit.
Reverting: 55c63ccfd460895af22e91979967cec15d80b72d
Seems some other fix, fixes the bug as well.
-rw-r--r-- | filter/source/msfilter/svdfppt.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx index ade3f1fc11ea..750316a9c0dd 100644 --- a/filter/source/msfilter/svdfppt.cxx +++ b/filter/source/msfilter/svdfppt.cxx @@ -2291,14 +2291,6 @@ SdrObject* SdrPowerPointImport::ApplyTextObj( PPTTextObj* pTextObj, SdrTextObj* } pPortion->ApplyTo( aPortionAttribs, (SdrPowerPointImport&)*this, nDestinationInstance, pTextObj ); rOutliner.QuickSetAttribs( aPortionAttribs, aSelection ); - - // set the attribs for the entire paragraph, if it is a placeholder - if ( pTextObj->GetOEPlaceHolderAtom() && aSelection.nStartPos == aSelection.nEndPos ) - { - SfxItemSet& rItemSet = rOutliner.GetStyleSheet( nParaIndex )->GetItemSet(); - pPortion->ApplyTo( rItemSet, (SdrPowerPointImport&)*this, nDestinationInstance, pTextObj ); - } - aSelection.nStartPos = aSelection.nEndPos; } boost::optional< sal_Int16 > oStartNumbering; |