[Libreoffice-commits] core.git: sd/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 7 13:32:13 UTC 2020
sd/source/core/sdpage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1de13cab5d38173975af13ed77c8091258be4c01
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:39 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 14:31:38 2020 +0100
Fix typo
Change-Id: Id64bd59e579fa06313824e9662a15e096e6fddee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86304
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index cff2714a3d75..79632feb8559 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -279,7 +279,7 @@ SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, bool bVertical, const ::t
SdrObject* pSdrObj = nullptr;
- bool bForceText = false; // forces the shape text to be set even if its empty
+ bool bForceText = false; // forces the shape text to be set even if it's empty
bool bEmptyPresObj = true;
switch( eObjKind )
More information about the Libreoffice-commits
mailing list