editeng/source/editeng/editdoc.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 741d794adc0fabbcfb9ef847ad0369d7281b964d
Author: Jochen Nitschke <j.nitschke+loger...@ok.de>
Date:   Sun Jul 23 02:04:33 2017 +0200

    editeng: remove bogus copy ctor
    
    default copy ctor and assignment is deleted because AttribsType
    (vector<unique_ptr<T>>) can't be copied
    
    Change-Id: Ifb95298591c3f0ed5eb04a119efeb065a3eb8705
    Reviewed-on: https://gerrit.libreoffice.org/40330
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/editeng/source/editeng/editdoc.hxx 
b/editeng/source/editeng/editdoc.hxx
index 6a3a700df70e..a2a8549ec632 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -192,8 +192,6 @@ private:
     SvxFont         aDefFont;          // faster than ever from the pool!
     bool            bHasEmptyAttribs;
 
-                    CharAttribList( const CharAttribList& ) {}
-
 public:
                     CharAttribList();
                     ~CharAttribList();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to