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

New commits:
commit ed22d360855e3562228ad699304ebf0b26ca2a5a
Author: Stephan Bergmann <sberg...@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).
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to