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

New commits:
commit 2bf5e4956747b4997490d4a8bd2463edc4b51d5a
Author:     Mike Kaganski <[email protected]>
AuthorDate: Thu Feb 26 08:34:06 2026 +0100
Commit:     Mike Kaganski <[email protected]>
CommitDate: Thu Feb 26 16:56:13 2026 +0100

    Fix Windows build
    
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:\lo     with
     [
     T=int
     ]
     C:\lo     with
     [
     T=int
     ]
     C:\lo     C:/lo/core/sc/qa/extras/macros-test.cxx(1143): note: see 
reference to function template instantiation 
'com::sun::star::uno::Any::Any<int>(const T &)' being compiled
     with
     [
     T=int
     ]
     C:\lo     with
     [
     T=int
     ]
     C:\lo     with
     [
     T=int
     ]
     C:\lo     with
     [
     T=int
     ]
     C:\lo     with
     [
     T=int
     ]
     C:\lo    
    Change-Id: I92833c37ff01c541a1d665d08d6b5093d52f9660
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200387
    Reviewed-by: Mike Kaganski <[email protected]>
    Tested-by: Jenkins

diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index be5a614c7485..2fc445f25645 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -1140,7 +1140,7 @@ CPPUNIT_TEST_FIXTURE(ScMacrosTest, 
testMissingCallFunctionArgument)
                                            css::uno::Any(u"abcdeed§ba"_ustr),
                                            css::uno::Any(u"d."_ustr),
                                            css::uno::Any(), // void value for 
the replacement
-                                           css::uno::Any(2),
+                                           css::uno::Any(sal_Int32(2)),
                                        });
 
     // The call to REGEX should return the matched string because the 
“replacement” parameter is

Reply via email to