sw/source/core/unocore/unosrch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3d6100fd048f6bef6a80f2c3b652987a73bc1ce3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 19 13:49:52 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 19 23:00:21 2024 +0200 Remove useless semicolon Change-Id: Icc37bef413799c3e11af993e36455c30e6f67d32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169213 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx index 14c537cd3c80..fb23d446afec 100644 --- a/sw/source/core/unocore/unosrch.cxx +++ b/sw/source/core/unocore/unosrch.cxx @@ -438,7 +438,7 @@ void SwXTextSearch::setPropertyValue(const OUString& rPropertyName, const uno::A case WID_SIMILARITY_EXCHANGE: aValue >>= m_nLevExchange; break; case WID_SIMILARITY_ADD: aValue >>= m_nLevAdd; break; case WID_SIMILARITY_REMOVE : aValue >>= m_nLevRemove;break; - }; + } }