sc/inc/userdat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c1156e89b8993c5f71af80ad3919bd1e666a2905 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Aug 22 08:29:11 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Aug 28 10:13:37 2022 +0200 Fix typo Change-Id: I4e21288bdf4ceaf36edb49d1f34ce4ab05ed7415 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138656 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx index e61d7950750f..dd32a2865135 100644 --- a/sc/inc/userdat.hxx +++ b/sc/inc/userdat.hxx @@ -47,7 +47,7 @@ public: const tools::Rectangle & getLastCellRect() const { return maLastCellRect; }; void setShapeRect(const ScDocument* rDoc, tools::Rectangle rNewRect, bool bIsVisible=true) { - // bIsVisible should be false when the object is hidden obviously. we dont want to store the old cell rect in that + // bIsVisible should be false when the object is hidden obviously. We don't want to store the old cell rect in that // case because it will have height=0 if (maStart.IsValid() && mbResizeWithCell && bIsVisible) maLastCellRect = ScDrawLayer::GetCellRect(*rDoc, maStart, true);
