diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 15:07:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 16:14:47 +0200 |
commit | 42cfb5d0306300c448b54d8d7dd3bad21f7dfe55 (patch) | |
tree | 96e92086252964c1dc9cfd49f466fd6d872ade1d /xmloff/source/draw | |
parent | 956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (diff) |
Fix typos
"its really"
Change-Id: Ic0b41597c83be6c1c66b9cdf6ccbf80b0c2bc9ef
Reviewed-on: https://gerrit.libreoffice.org/77204
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/eventimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index bfeb15bc25e3..6312a32510a7 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx @@ -372,7 +372,7 @@ void SdXMLEventContext::EndElement() pProperties++; // ClickAction_BOOKMARK and ClickAction_DOCUMENT share the same xml event - // so check here if its really a bookmark or maybe a document + // so check here if it's really a bookmark or maybe a document if( meClickAction == ClickAction_BOOKMARK ) { if( !msBookmark.startsWith( "#" ) ) |