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

New commits:
commit bcf265037f9541ffce7eaa9e989ef76488b395ad
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 9 16:06:31 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Feb 9 19:41:50 2020 +0100

    Fix typo
    
    Change-Id: Ice5f07206708b688f76110fab996717118f95d0d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88339
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 7a4b5db8d506..85076e5b024e 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -1617,7 +1617,7 @@ bool SwContentNode::ResetAttr( sal_uInt16 nWhich1, 
sal_uInt16 nWhich2 )
         else
             nDel = AttrSetHandleHelper::ClearItem_BC( mpAttrSet, *this, 
nWhich1, nWhich2, nullptr, nullptr );
 
-        if( !GetpSwAttrSet()->Count() ) // Empt? Delete
+        if( !GetpSwAttrSet()->Count() ) // Empty? Delete
             mpAttrSet.reset();
         return 0 != nDel;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to