diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-31 11:24:55 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-03-31 21:06:01 +0200 |
commit | b7d6f7e2ef4e89607d7886e821be977c50f11843 (patch) | |
tree | 7eac66d1c24862d04ba6525c7e68aec45dd5d098 /svx | |
parent | bee080ab7ca21d05de0519361a19724ef609a86b (diff) |
Fix typo
Change-Id: I606c3eb804cba508638ac401b35a8bea4e961807
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165588
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/qa/unit/customshapes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx index 92770e9f2320..f8df68fb3138 100644 --- a/svx/qa/unit/customshapes.cxx +++ b/svx/qa/unit/customshapes.cxx @@ -59,7 +59,7 @@ protected: uno::Reference<drawing::XShape> getShape(sal_uInt8 nShapeIndex); sal_uInt8 countShapes(); // fX and fY are positions relative to the size of the bitmap of the shape - // Thus the position is indepedent from DPI + // Thus the position is independent from DPI Color getColor(uno::Reference<drawing::XShape> xShape, const double& fX, const double& fY); }; |