[Libreoffice-commits] core.git: svx/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 9 18:59:13 UTC 2021
svx/source/svdraw/svdpage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dbd367e57669a82b7ea82f112d3d8c1a105d8d41
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 9 17:41:18 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Sep 9 20:58:39 2021 +0200
Fix typo
Change-Id: I899c68cf53657eaab6a72ae36594606b31d9fb8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121859
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index 0c56086d1097..0d2febd376e6 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -566,7 +566,7 @@ void SdrObjList::SetExistingObjectOrdNum(SdrObject* pObj, size_t nNewObjNum)
assert(std::find(maList.begin(), maList.end(), pObj) != maList.end() && "This method requires that the child object already be inserted");
assert(pObj->IsInserted() && "SdrObjList::SetObjectOrdNum: the object does not have status Inserted.");
- // I am deliberately bypassing getOrdNum() because I dont want to unnecessarily
+ // I am deliberately bypassing getOrdNum() because I don't want to unnecessarily
// trigger RecalcObjOrdNums()
const sal_uInt32 nOldOrdNum = pObj->m_nOrdNum;
if (!mbObjOrdNumsDirty && nOldOrdNum == nNewObjNum)
More information about the Libreoffice-commits
mailing list