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

Stephan Bergmann sbergman at redhat.com
Mon Aug 31 14:47:48 PDT 2015


 sc/source/filter/inc/xedbdata.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ed22d360855e3562228ad699304ebf0b26ca2a5a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Aug 31 23:47:04 2015 +0200

    loplugin:staticmethods
    
    Change-Id: I7321d35bcc1f287ef85331ed8c8e43bdf846c1ce

diff --git a/sc/source/filter/inc/xedbdata.hxx b/sc/source/filter/inc/xedbdata.hxx
index 5dfd1cf..022dff5 100644
--- a/sc/source/filter/inc/xedbdata.hxx
+++ b/sc/source/filter/inc/xedbdata.hxx
@@ -47,7 +47,7 @@ protected:
     typedef std::vector<Entry> TablesType;
     TablesType maTables;
 
-    void                SaveTableXml( XclExpXmlStream& rStrm, const Entry& rEntry );
+    static void         SaveTableXml( XclExpXmlStream& rStrm, const Entry& rEntry );
 };
 
 /** Stores all data for database ranges (tables in Excel speak).


More information about the Libreoffice-commits mailing list