sc/source/ui/vba/vbaaxis.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe95540f73ce05a0c2b996bf84557f1d314b21a4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Apr 28 21:11:11 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Sat May 4 03:36:24 2019 +0200

    Fix typo
    
    Change-Id: I4aa1d3cfb9a80b6ee0c557c98e65bb511913a5ee
    Reviewed-on: https://gerrit.libreoffice.org/71779
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sc/source/ui/vba/vbaaxis.cxx b/sc/source/ui/vba/vbaaxis.cxx
index 9a8eb9598478..01e04725c350 100644
--- a/sc/source/ui/vba/vbaaxis.cxx
+++ b/sc/source/ui/vba/vbaaxis.cxx
@@ -568,7 +568,7 @@ ScVbaAxis::setScaleType( ::sal_Int32 _nScaleType )
                     mxPropertySet->setPropertyValue("Logarithmic", 
uno::makeAny( true ) );
                     break;
                 default:
-                    // According to MS the paramenter is ignored and no Error 
is thrown
+                    // According to MS the parameter is ignored and no Error 
is thrown
                     break;
             }
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to