sw/source/core/doc/doc.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 31d064e2b168476d0e97795b5c3dd5932d5b2bc8 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Mon May 20 01:10:36 2019 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Mon May 20 01:10:36 2019 +0300 Fix build error: m_pDBManager should surely be mpDBManager Change-Id: I34cc6aad6d28c11f0bdad99087cd989c33d7b606 diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 643da85715ba..5d2d1db08230 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -489,8 +489,8 @@ void SwDoc::ChgDBData(const SwDBData& rNewData) { maDBData = rNewData; getIDocumentState().SetModified(); - if (m_pDBManager) - m_pDBManager->CommitLastRegistrations(); + if (mpDBManager) + mpDBManager->CommitLastRegistrations(); } getIDocumentFieldsAccess().GetSysFieldType(SwFieldIds::DatabaseName)->UpdateFields(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits