From 406ae1e2ed34b2789de858163faa1a07bd141b7e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 28 Sep 2016 14:42:30 +0200 Subject: sw: fix loplugin:staticanonymous Change-Id: I8e58200129eea0eae37c335265bf634b390da28a --- sw/source/core/doc/docbm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index b4660b068134..5d7549695181 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -270,7 +270,7 @@ namespace [&rName] (IDocumentMarkAccess::pMark_t const& rpMark) { return rpMark->GetName() == rName; } ); } - static void lcl_DebugMarks(IDocumentMarkAccess::container_t vMarks) + void lcl_DebugMarks(IDocumentMarkAccess::container_t vMarks) { #if OSL_DEBUG_LEVEL > 0 SAL_INFO("sw.core", vMarks.size() << " Marks"); -- cgit