sd/source/core/sdpage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1de13cab5d38173975af13ed77c8091258be4c01 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 6 19:58:39 2020 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
