Kaydet (Commit) 741d794a authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Noel Grandin

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/40330Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 4f3ce123
......@@ -192,8 +192,6 @@ private:
SvxFont aDefFont; // faster than ever from the pool!
bool bHasEmptyAttribs;
CharAttribList( const CharAttribList& ) {}
public:
CharAttribList();
~CharAttribList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment