From 5ef0461b647dbb01a037459b39b47240abb85fca Mon Sep 17 00:00:00 2001 From: Gülşah Köse Date: Mon, 24 May 2021 00:19:53 +0300 Subject: Mail Merge: Remove the missing data source warning on load. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User can easily forget that they (or somebody else ) added a data source to document. This warning is only useful for the user that plans to use mail merge wizard. When they don't plan to use mail merge wizard and see that warning on infobar they can confuse. We already have the same warning on mail merge dialog itself. We don't need on load warning anymore. Change-Id: I8d80148a9637ee66cc35e2ef583fff51a04386eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116029 Tested-by: Jenkins Reviewed-by: Gülşah Köse --- sw/inc/view.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sw/inc/view.hxx') diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 73dfc1c7a54f..7b3f6d490066 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -555,8 +555,6 @@ public: // form control has been activated DECL_LINK( FormControlActivated, LinkParamNone*, void ); - DECL_LINK( ExchangeDatabaseHandler, weld::Button&, void); - // edit links void EditLinkDlg(); void AutoCaption(const sal_uInt16 nType, const SvGlobalName *pOleId = nullptr); @@ -628,7 +626,6 @@ public: OUString GetDataSourceName() const; static bool IsDataSourceAvailable(const OUString sDataSourceName); - void AppendDataSourceInfobar(); void ExecFormatPaintbrush(SfxRequest const &); void StateFormatPaintbrush(SfxItemSet &); -- cgit v1.2.3