sw/inc/dbmgr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c69fa8991a56a06df7cd0101aa8d01bffec8c85f Author: Michael Weghorn <[email protected]> AuthorDate: Wed Oct 16 12:17:23 2019 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Wed Oct 16 20:58:02 2019 +0200 dbmgr.hxx: Drop "extra ';' after member function definition" Change-Id: Ide54e4755624d515aeeacf62591dc59aea667dcf Reviewed-on: https://gerrit.libreoffice.org/80879 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 6494c54dcfcb..ec106df3c624 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -299,8 +299,8 @@ public: bool Merge( const SwMergeDescriptor& rMergeDesc ); void MergeCancel(); - bool IsMergeOk() const { return MergeStatus::Ok == m_aMergeStatus; }; - bool IsMergeError() const { return MergeStatus::Error <= m_aMergeStatus; }; + bool IsMergeOk() const { return MergeStatus::Ok == m_aMergeStatus; } + bool IsMergeError() const { return MergeStatus::Error <= m_aMergeStatus; } static std::shared_ptr<SwMailMergeConfigItem> PerformMailMerge(SwView const * pView); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
