diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-19 01:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 19:45:07 +0000 |
commit | 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch) | |
tree | 7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /svx/source/sdr | |
parent | 1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff) |
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
Reviewed-on: https://gerrit.libreoffice.org/17187
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index 10bd3e0122d9..4f07fea76ec5 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -366,7 +366,7 @@ namespace sdr fShearX, fRotate, aObjectRange.getMinX(), aObjectRange.getMinY())); - // get the current, unchenged graphic obect from SdrGrafObj + // get the current, unchanged graphic object from SdrGrafObj const GraphicObject& rGraphicObject = GetGrafObject().GetGraphicObject(false); if(visualisationUsesPresObj()) diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx index 3d5e1c43fe81..4e119601f823 100644 --- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx @@ -150,7 +150,7 @@ namespace sdr if(nXDist || nYDist) { - // #119750# create obect and shadow outline, clip shadow outline + // #119750# create object and shadow outline, clip shadow outline // on object outline. If there is a rest, create shadow. Do this to // emulate that shadow is *not* visible behind the object for // transparent object fill for comments in excel |