summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/textchainflow.hxx1
-rw-r--r--svx/source/svdraw/textchainflow.cxx8
2 files changed, 0 insertions, 9 deletions
diff --git a/include/svx/textchainflow.hxx b/include/svx/textchainflow.hxx
index babc15772eca..f0b8f5b33eff 100644
--- a/include/svx/textchainflow.hxx
+++ b/include/svx/textchainflow.hxx
@@ -73,7 +73,6 @@ protected:
virtual void impSetFlowOutlinerParams(SdrOutliner *, SdrOutliner *);
- OutlinerParaObject *impGetOverflowingParaObject(SdrOutliner *pOutliner);
// impGetMergedUnderflowingParaObject merges underflowing text with the one in the next box
OutlinerParaObject *impGetMergedUnderflowParaObject(SdrOutliner *pOutliner);
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx
index fc701b20d74d..c8de6c6bc17c 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -253,14 +253,6 @@ SdrTextObj *TextChainFlow::GetNextLink() const
return mpNextLink;
}
-OutlinerParaObject *TextChainFlow::impGetOverflowingParaObject(SdrOutliner *)
-{ // XXX: Should never be called (to be deleted)
- assert(false);
- return NULL;
- //return mpOverflChText->CreateOverflowingParaObject(pOutliner,
-// mpNextLink->GetOutlinerParaObject());
-}
-
OutlinerParaObject *TextChainFlow::impGetMergedUnderflowParaObject(SdrOutliner *pOutliner)
{
return mpUnderflChText->CreateMergedUnderflowParaObject(pOutliner, mpNextLink->GetOutlinerParaObject());