diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-04 09:33:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-04 09:43:16 +0100 |
commit | 41b752756e53c4f9c3d08cbce412d1408c5aed2f (patch) | |
tree | 85591a8380334569d8dbbd82a0cb03ac63f95928 /sw/inc | |
parent | ac5970258eec9d541721b8a2018c882b3f66550d (diff) |
tdf#128845 writer, cannot modify a bibliography entry
regression from
commit 3b16e997f69efe2e3f6cdf64fe8fb2727b6ebaa7
Date: Fri Jan 18 15:38:07 2019 +0200
cleanup SwAuthEntry manual ref-counting
Change-Id: I30bd7af3cea51cedf5ca9bc43171665fb71830aa
Reviewed-on: https://gerrit.libreoffice.org/84388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/authfld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index fe631d7715a0..356eddd86c39 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -31,6 +31,7 @@ class SwAuthEntry final : public salhelper::SimpleReferenceObject { +friend class SwAuthorityFieldType; OUString aAuthFields[AUTH_FIELD_END]; public: SwAuthEntry() = default; |