summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx7
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
2 files changed, 8 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 2ad33b1e6195..805849279e6b 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -2094,6 +2094,13 @@ void ConvertEnhancedCustomShapeEquation( SdrObjCustomShape* pCustoShape,
aEquation.nPara[ 0 ] = 1; // hoping that this will not break anything
rEquations.push_back( aEquation );
}
+ catch ( ... )
+ {
+ EnhancedCustomShapeEquation aEquation; // #i112309# EnhancedCustomShape::Parse error
+ aEquation.nOperation = 0; // not catched on linux platform
+ aEquation.nPara[ 0 ] = 1;
+ rEquations.push_back( aEquation );
+ }
rEquationOrder.push_back( rEquations.size() - 1 );
}
// now updating our old equation indices, they are marked with a bit in the hiword of nOperation
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 05411501218e..3f8d632b882b 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5373,8 +5373,8 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
aSet.Put( SdrEdgeNode2VertDistItem( n2VertDist ) );
((SdrEdgeObj*)pRet)->SetEdgeTrackPath( aPoly );
+ pRet->SetMergedItemSet( aSet );
}
- pRet->SetMergedItemSet( aSet );
}
}
nclude/sfx2/templdlg.hxx?h=private/tml/lov-6.2.1&id=473ed449a4b6f550dc1af47a07c6e0ef243a98b2'>fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-28callcatcher: update unused codeCaolán McNamara 2014-08-27callcatcher: update unused codeCaolán McNamara 2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara 2014-05-29remove unused virtual method, slim this down initiallyCaolán McNamara 2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-13Related: #i124392# fill in SidebarDockingWindow::DoDisposeAndre Fischer 2014-02-25remove unused code SfxTemplatePanelControl::SetParagraphFamily()Noel Grandin 2013-11-09fdo#65108 inter-module includes <> include/sfx2Norbert Thiebaud 2013-08-29convert include/sfx2/templdlg.hxx from String to OUStringNoel Grandin 2013-08-19callcatcher: remove some more unused codeCaolán McNamara 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-04-23execute move of global headersBjoern Michaelsen