diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-22 08:29:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-28 10:13:37 +0200 |
commit | c1156e89b8993c5f71af80ad3919bd1e666a2905 (patch) | |
tree | 251e3304b64a0f3633b56be9593f0a6d096aa320 /sc/inc | |
parent | a739ad1304a73340f6e68ed7e03e7a1e84ccc892 (diff) |
Fix typo
Change-Id: I4e21288bdf4ceaf36edb49d1f34ce4ab05ed7415
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138656
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/userdat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |