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

New commits:
commit 33c05d5e0120a55c967025a8de5f1aaf951f5d4a
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Feb 5 16:51:17 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Feb 6 08:44:58 2026 +0100

    Fix typo in code
    
    Change-Id: I0953d3755ca4d7e6252584fd88dc5b12a00d3df8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198763
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/qa/extras/vba-macro-test.cxx b/sc/qa/extras/vba-macro-test.cxx
index 282f877521b2..db7888dc202c 100644
--- a/sc/qa/extras/vba-macro-test.cxx
+++ b/sc/qa/extras/vba-macro-test.cxx
@@ -361,7 +361,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testMacroKeyBinding)
         xAccelerator->getCommandByKeyEvent(aCtrlT));
 }
 
-CPPUNIT_TEST_FIXTURE(VBAMacroTest, testAdress)
+CPPUNIT_TEST_FIXTURE(VBAMacroTest, testAddress)
 {
     testMacro(
         u"TestAddress.xls",

Reply via email to