summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:52:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 17:07:56 +0000
commit98f18df02357523a1c2c52efd36171f9328ab6d4 (patch)
treee7885499f6cb5668e9a2ec6a73e982ee193fbd00 /svx/source/svdraw/svdograf.cxx
parentad4104090de1cb07fb82bb40c736271103e4ed69 (diff)
Fix typos
Change-Id: I77cf7fe3a57c031877facf5252b5a900526db48b Reviewed-on: https://gerrit.libreoffice.org/35646 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r--svx/source/svdraw/svdograf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index 1c2e93af572e..526202639e90 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -95,7 +95,7 @@ const Graphic ImpLoadLinkedGraphic( const OUString& aFileName, const OUString& a
// #i123042# for e.g SVG the path is needed, so hand it over here. I have no real idea
// what consequences this may have; maybe this is not handed over by purpose here. Not
- // handing it over means that any GraphicFormat that internallv needs a path as base
+ // handing it over means that any GraphicFormat that internally needs a path as base
// to interpret included links may fail.
// Alternatively the path may be set at the result after this call when it is known
// that it is a SVG graphic, but only because no one yet tried to interpret it.