sw/source/core/fields/authfld.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit e8449b6a45a69d3de62804b226fdbed873eedc18 Author: Noel Grandin <[email protected]> AuthorDate: Mon Jan 21 11:23:21 2019 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Mon Jan 21 11:43:18 2019 +0200 fix -Werror=extra error: base class ‘class salhelper::SimpleReferenceObject’ should be explicitly initialized in the copy constructor after commit 3b16e997f69efe2e3f6cdf64fe8fb2727b6ebaa7 Date: Fri Jan 18 15:38:07 2019 +0200 cleanup SwAuthEntry manual ref-counting Change-Id: I291a8a4f6c2a6ec38506265f6a0382f89774ecd4 diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx index 705ca88136a6..20d53944f65a 100644 --- a/sw/source/core/fields/authfld.cxx +++ b/sw/source/core/fields/authfld.cxx @@ -51,6 +51,7 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; SwAuthEntry::SwAuthEntry(const SwAuthEntry& rCopy) + : SimpleReferenceObject() { for(int i = 0; i < AUTH_FIELD_END; ++i) aAuthFields[i] = rCopy.aAuthFields[i]; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
