summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-05-11 20:58:50 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-05-12 18:53:19 +0200
commit4c9e939eb5f994c63c71fb6cc70d8868e0499060 (patch)
tree90f7e431cf243bd63ade4b56cce2796546b269f6 /sw
parentdb759800abb62a9abda39c16d6f529d1a76207b6 (diff)
Revert "tdf#141015: Show Mail Merge toolbar when DBData has data source"
This reverts commit 346153f08c907739ca310934ad45814379971027. It seems to create more problems than expected, and there's no way to remove DB association other than editing document XML. Change-Id: I93171f17c01e231abbcfa9a816fdadce83c983ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115283 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 2009af1c0fb4fead653dd7688347c15d74eaa1b0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115286 (cherry picked from commit 8ca83e3801ee8e6359159ab4c222eedbf76e63dc) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115288 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/uiview/view.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 1bc3afaba83a..8217a192d2cf 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -453,9 +453,7 @@ void SwView::SelectShell()
}
// Show Mail Merge toolbar initially for documents with Database fields
- if (!m_bInitOnceCompleted
- && (GetWrtShell().IsAnyDatabaseFieldInDoc()
- || !GetWrtShell().GetDBData().sDataSource.isEmpty()))
+ if (!m_bInitOnceCompleted && GetWrtShell().IsAnyDatabaseFieldInDoc())
ShowUIElement("private:resource/toolbar/mailmerge");
// Activate the toolbar to the new selection which also was active last time.