sc/qa/extras/macros-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fab611b2310579962fe74b86e537f1812431f761
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 17 20:58:48 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 17 21:22:36 2022 +0100

    Fix typo
    
    Change-Id: I7962b8fa81bd6510bc83b7656d84486806bd81c3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131719
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index e69feea0e8ac..a53361f2d686 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -1172,7 +1172,7 @@ void ScMacrosTest::testFunctionAccessIndirect()
         
comphelper::getProcessServiceFactory()->createInstance("com.sun.star.sheet.FunctionAccess"),
         UNO_QUERY_THROW);
 
-    // tdf#148040: without the fix in plcae, this would have failed with:
+    // tdf#148040: without the fix in place, this would have failed with:
     //   An uncaught exception of type 
com.sun.star.lang.IllegalArgumentException
     // because of disallowed external link update (needed to obtain the cell 
value).
     css::uno::Any aResult = xFunc->callFunction("INDIRECT", 
{css::uno::Any(aReference)});

Reply via email to