editeng/source/outliner/outlobj.cxx |    5 -----
 include/editeng/outlobj.hxx         |    1 -
 2 files changed, 6 deletions(-)

New commits:
commit 4b988449101998b37f4c47a9eea63dc3d46472e9
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Oct 10 19:33:43 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Oct 10 22:20:17 2020 +0200

    drop newly unused OutlinerParaObject ctor variant
    
    Change-Id: I6fcd6eb9e7ed2519e6df08fe09c38652e4e76439
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104176
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/editeng/source/outliner/outlobj.cxx 
b/editeng/source/outliner/outlobj.cxx
index 61b0a40d6b98..c8a589911079 100644
--- a/editeng/source/outliner/outlobj.cxx
+++ b/editeng/source/outliner/outlobj.cxx
@@ -67,11 +67,6 @@ OutlinerParaObject::OutlinerParaObject(
 {
 }
 
-OutlinerParaObject::OutlinerParaObject( const EditTextObject& rTextObj ) :
-    mpImpl(OutlinerParaObjData(rTextObj.Clone(), ParagraphDataVector(), true))
-{
-}
-
 OutlinerParaObject::OutlinerParaObject( std::unique_ptr<EditTextObject> 
pTextObj ) :
     mpImpl(OutlinerParaObjData(std::move(pTextObj), ParagraphDataVector(), 
true))
 {
diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx
index 5c11180d27de..2d95a39c1a4f 100644
--- a/include/editeng/outlobj.hxx
+++ b/include/editeng/outlobj.hxx
@@ -69,7 +69,6 @@ class EDITENG_DLLPUBLIC OutlinerParaObject
 public:
     // constructors/destructor
     OutlinerParaObject(std::unique_ptr<EditTextObject>, const 
ParagraphDataVector&, bool bIsEditDoc);
-    OutlinerParaObject( const EditTextObject&);
     OutlinerParaObject( std::unique_ptr<EditTextObject> );
     OutlinerParaObject( const OutlinerParaObject&);
     ~OutlinerParaObject();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to