sw/source/core/doc/docbm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 406ae1e2ed34b2789de858163faa1a07bd141b7e
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Sep 28 14:42:30 2016 +0200

    sw: fix loplugin:staticanonymous
    
    Change-Id: I8e58200129eea0eae37c335265bf634b390da28a

diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index b4660b0..5d75496 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");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to