[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Tue Feb 23 08:32:08 UTC 2016


 sw/source/core/edit/edfcol.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 70ca225505922f74aca9480146b0f2ec207ca4ee
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 23 09:31:03 2016 +0100

    loplugin:staticmethods
    
    after 17a6535b3b2e1f0246e7605c018eded37c4a583c "sw classification: add initial
    UNO command"
    
    Change-Id: I56645714bba37cf1ab5cd72f8c64553af3c3807f

diff --git a/sw/source/core/edit/edfcol.cxx b/sw/source/core/edit/edfcol.cxx
index 529924f..8b462f7 100644
--- a/sw/source/core/edit/edfcol.cxx
+++ b/sw/source/core/edit/edfcol.cxx
@@ -49,6 +49,7 @@ SwTextFormatColl& SwEditShell::GetTextFormatColl( sal_uInt16 nFormatColl) const
 
 void SwEditShell::SetClassification(const OUString& /*rName*/)
 {
+    (void)this;//TODO
 }
 
 // #i62675#


More information about the Libreoffice-commits mailing list