diff options
-rw-r--r-- | sd/source/core/sdpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |