sw/qa/extras/odfimport/odfimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b4aa526d9ad0e8cc8975b2f18676486d1cf7c508
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Jan 12 10:59:45 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Jan 12 16:36:49 2023 +0000

    loplugin:passparamsbyref (clang-cl)
    
    Change-Id: I6d1cdd3f420e146ecad38bd3b1181eb654481440
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145394
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/qa/extras/odfimport/odfimport.cxx 
b/sw/qa/extras/odfimport/odfimport.cxx
index 4843a2ea591f..cc84c5c16fb5 100644
--- a/sw/qa/extras/odfimport/odfimport.cxx
+++ b/sw/qa/extras/odfimport/odfimport.cxx
@@ -1379,7 +1379,7 @@ CPPUNIT_TEST_FIXTURE(Test, testForcepoint108)
 
 #ifdef _WIN32
 template <class T>
-static void runWindowsFileZoneTests(css::uno::Reference<css::frame::XDesktop2> 
aDesktop,
+static void runWindowsFileZoneTests(css::uno::Reference<css::frame::XDesktop2> 
const & aDesktop,
                              const OUString& sFileName, sal_Int32 configValue, 
sal_Int32 zoneId,
                              bool expectedResult)
 {

Reply via email to