[Libreoffice-commits] core.git: editeng/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 21 19:28:31 UTC 2019
editeng/source/editeng/editobj.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 38d96736e00931207168287766c7b73af36d7b24
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:30 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 21 21:27:12 2019 +0200
Fix typo
Change-Id: I9adff89a575fce0db2b64df73f3ddc90867da408
Reviewed-on: https://gerrit.libreoffice.org/72694
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index dd4b710f3ef4..496bde7284d5 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -59,7 +59,7 @@ using namespace com::sun::star;
static std::unique_ptr<XEditAttribute> MakeXEditAttribute( SfxItemPool& rPool, const SfxPoolItem& rItem, sal_Int32 nStart, sal_Int32 nEnd )
{
- // Create thw new attribute in the pool
+ // Create the new attribute in the pool
const SfxPoolItem& rNew = rPool.Put( rItem );
std::unique_ptr<XEditAttribute> pNew(new XEditAttribute( rNew, nStart, nEnd ));
@@ -504,7 +504,7 @@ EditTextObjectImpl::EditTextObjectImpl( EditTextObject* pFront, SfxItemPool* pP
, bVertical(false)
, bIsTopToBottomVert(false)
{
- // #i101239# ensure target is a EditEngineItemPool, else
+ // #i101239# ensure target is an EditEngineItemPool, else
// fallback to pool ownership. This is needed to ensure that at
// pool destruction time of an alien pool, the pool is still alive.
// When registering would happen at an alien pool which just uses an
@@ -541,7 +541,7 @@ EditTextObjectImpl::EditTextObjectImpl( EditTextObject* pFront, const EditTextOb
if ( !r.bOwnerOfPool )
{
- // reuse alien pool; this must be a EditEngineItemPool
+ // reuse alien pool; this must be an EditEngineItemPool
// since there is no other way to construct a BinTextObject
// than it's regular constructor where that is ensured
pPool = r.pPool;
More information about the Libreoffice-commits
mailing list