summaryrefslogtreecommitdiff
path: root/sc/qa/extras/macros-test.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-17 20:58:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-17 21:22:36 +0100
commitfab611b2310579962fe74b86e537f1812431f761 (patch)
tree00093ef9597ba9dcd3cdd888e537ef22579bf231 /sc/qa/extras/macros-test.cxx
parent05ad57ea76b088569e5c34d5ff08342d8e894e1e (diff)
Fix typo
Change-Id: I7962b8fa81bd6510bc83b7656d84486806bd81c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131719 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/extras/macros-test.cxx')
-rw-r--r--sc/qa/extras/macros-test.cxx2
1 files changed, 1 insertions, 1 deletions
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)});