sw/source/core/unocore/unosrch.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d806f9223ae53365acd9aa6cb448adbb1811c57c
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Aug 30 22:16:19 2022 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Aug 31 07:12:14 2022 +0200

    Fix typo
    
    Change-Id: Id405de7e2abfa6c4e77930d70b204f77e9cac1b0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139070
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/source/core/unocore/unosrch.cxx 
b/sw/source/core/unocore/unosrch.cxx
index 91ddb3432dbd..ee260c077b61 100644
--- a/sw/source/core/unocore/unosrch.cxx
+++ b/sw/source/core/unocore/unosrch.cxx
@@ -152,7 +152,7 @@ void SwSearchProperties_Impl::FillItemSet(SfxItemSet& rSet, 
bool bIsValueSearch)
     {
         SfxPoolItem* pTempItem = nullptr;
         const SfxItemPropertyMapEntry* pPropEntry = 
mrMap.getByName(rPair.first);
-        assert(pPropEntry && "SetProperties only enters values into maValues 
if mrMap.hasPropertyByName() wass true");
+        assert(pPropEntry && "SetProperties only enters values into maValues 
if mrMap.hasPropertyByName() was true");
         const SfxItemPropertyMapEntry & rPropEntry = *pPropEntry;
         sal_uInt16 nWID = rPropEntry.nWID;
         switch(nWID)

Reply via email to