From afbfe42e63cdba1a18c292d7eb4875009b0f19c0 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Sat, 10 Nov 2018 17:34:31 +0100 Subject: clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ddf3fe0e5fad265ae14712a23469b684253079d Reviewed-on: https://gerrit.libreoffice.org/63241 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- basic/qa/cppunit/test_vba.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/qa/cppunit') diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index 9fea8e0dc064..820464ee22bd 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -148,7 +148,7 @@ void VBATest::testMiscVBAFunctions() SvtSysLocaleOptions aLocalOptions; aLocalOptions.SetLocaleConfigString( aLocale.getBcp47() ); - for ( sal_uInt32 i=0; i