summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-10 19:33:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-10 22:20:17 +0200
commit4b988449101998b37f4c47a9eea63dc3d46472e9 (patch)
treebb1e5c9afca8391255567612dfdc8c630055899a /include
parentc616a663b3c7bc107f11cb3abb3cf8845083ac60 (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/outlobj.hxx1
1 files changed, 0 insertions, 1 deletions
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();