From ba8a70365ef459c967cd8a71a6d48ca53dd341bd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Feb 2018 16:03:20 +0100 Subject: New loplugin:nestedunnamed Change-Id: Ifb434589ef08428ce609bc7a40b015d4df13224c Reviewed-on: https://gerrit.libreoffice.org/50048 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svl/qa/unit/svl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svl/qa/unit/svl.cxx') diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index b0960e7973fc..7f10e5f0a4e1 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1133,7 +1133,6 @@ void Test::testIsNumberFormat() } } -namespace { struct FormatInputOutput { const char* mpInput; @@ -1141,7 +1140,6 @@ struct FormatInputOutput const char* mpOutput; const sal_uInt32 mnOutputIndex; }; -} void checkSpecificNumberFormats( SvNumberFormatter& rFormatter, const std::vector& rVec, const char* pName ) -- cgit