summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-19 13:49:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 23:00:21 +0200
commit3d6100fd048f6bef6a80f2c3b652987a73bc1ce3 (patch)
tree8ccd6e735a634132cc1e0e629d2f844cd883e898 /sw/source
parentb73771b169bb1d95093e1e202ba5c0a283f245cc (diff)
Remove useless semicolon
Change-Id: Icc37bef413799c3e11af993e36455c30e6f67d32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169213 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/unocore/unosrch.cxx2
1 files changed, 1 insertions, 1 deletions
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;
- };
+ }
}