From 1271eadfac7e77ff7b249e64be3857ffdc0a261c Mon Sep 17 00:00:00 2001 From: Wastack Date: Thu, 31 Mar 2016 08:43:53 +0200 Subject: tdf#97966 Drop 'static' keywords Including no keywords from extern "C" blocks Change-Id: Id9dd5a53d6ea5134ebb473bd0463f8f42965a211 Reviewed-on: https://gerrit.libreoffice.org/23674 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- i18nlangtag/qa/cppunit/test_languagetag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18nlangtag/qa/cppunit/test_languagetag.cxx') diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx b/i18nlangtag/qa/cppunit/test_languagetag.cxx index 86964080af2d..125c22b72c78 100644 --- a/i18nlangtag/qa/cppunit/test_languagetag.cxx +++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx @@ -630,7 +630,7 @@ void TestLanguageTag::testAllTags() } } -static bool checkMapping( const OUString& rStr1, const OUString& rStr2 ) +bool checkMapping( const OUString& rStr1, const OUString& rStr2 ) { if (rStr1 == "la-Latn" ) return rStr2 == "la"; if (rStr1 == "tzm-Latn-DZ" ) return rStr2 == "kab-DZ"; -- cgit