diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-31 23:49:50 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-01 02:37:46 +0200 |
commit | 8d5a74868383e5405a2225d6a7268dec5ca9cbff (patch) | |
tree | 386f5d5965b8156ad9f851dd7ba01f11196abd66 /svx/source | |
parent | df6ba650469a6f2fda06ef1c2e107ccdd3570505 (diff) |
Fix typos
Change-Id: Id59caa7da8fdfd613eb3b97196c52131aeb7378c
Reviewed-on: https://gerrit.libreoffice.org/58375
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index ec60bc5a857a..63acf8d4f9f5 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -2322,7 +2322,7 @@ void SdrPathObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fract // manipulate at all - that may change aGeo rapidly (and wrongly) in // SdrTextObj::NbcResize. Combined with the UNO API trying to not 'apply' // a rotation but to manipulate the existing one, this is fatal. So just - // avoid this error as long as we have to deal with unprecise geometry + // avoid this error as long as we have to deal with imprecise geometry // manipulations return; } |