svx/qa/unit/customshapes.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7d6f7e2ef4e89607d7886e821be977c50f11843
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 31 11:24:55 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sun Mar 31 21:06:01 2024 +0200

    Fix typo
    
    Change-Id: I606c3eb804cba508638ac401b35a8bea4e961807
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165588
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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);
 };
 

Reply via email to