From 26783527823883ccd5bbf3b9e014a0a3c1e3a022 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 16 Feb 2018 14:24:46 +0100 Subject: svl: fix loplugin:staticanonymous warning Change-Id: Ib983a8f4305dc916e077407d712883de6d05649a --- svl/qa/unit/svl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/qa/unit') diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 1dde8ad1c98c..54f215a38a7f 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1177,7 +1177,7 @@ struct FormatInputOutput }; } -static void checkSpecificNumberFormats( SvNumberFormatter& rFormatter, +void checkSpecificNumberFormats( SvNumberFormatter& rFormatter, const std::vector& rVec, const char* pName ) { -- cgit