summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-29 13:57:11 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-07 07:30:59 +0200
commitd5c6087979a6a01c16eff6dab15b4b94770a2c14 (patch)
treeb283a0995e02a70f0ba1f04f37a7138136117758 /svx
parent0e2c1ab9b7c987686037c6b90bb268a99f797c7f (diff)
Fix typos
Change-Id: I02edac50950327ca81acbb25ef1830f8e9130984 Reviewed-on: https://gerrit.libreoffice.org/56943 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index a463ea523fae..5d30142ca120 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -465,7 +465,7 @@ void SdrObject::handlePageChange(SdrPage* pOldPage, SdrPage* pNewPage)
// e.g. from Writer - the SdrObject may be cloned to target model, and
// the xShape was added to it by purpose (see there). Thus it will be
// good to think about if this is really needed - it *seems* to be intended
- // for a xShape being a on-demand-creatable resource - wit hthe argument that
+ // for a xShape being a on-demand-creatable resource - with the argument that
// the SdrPage/UnoPage used influences the SvxShape creation. This uses
// resources and would be nice to get rid of anyways.
if(nullptr == pOldPage || nullptr == pNewPage)