[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 9 18:42:24 UTC 2020
sw/source/core/docnode/node.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bcf265037f9541ffce7eaa9e989ef76488b395ad
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 16:06:31 2020 +0100
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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;
}
More information about the Libreoffice-commits
mailing list