[Libreoffice-commits] core.git: include/svx svx/source

Stephan Bergmann sbergman at redhat.com
Sun Sep 20 11:57:54 PDT 2015


 include/svx/textchainflow.hxx       |    1 -
 svx/source/svdraw/textchainflow.cxx |    8 --------
 2 files changed, 9 deletions(-)

New commits:
commit 6904d2b41c80ab944a68bbbf8eb42263ddea6a5a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Sep 20 20:57:21 2015 +0200

    Remove unused impGetOverflowingParaObject
    
    Change-Id: Ice77d390ba6eaa327c868eed1db93f3e0bfac18e

diff --git a/include/svx/textchainflow.hxx b/include/svx/textchainflow.hxx
index babc157..f0b8f5b 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 fc701b2..c8de6c6 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());


More information about the Libreoffice-commits mailing list