[Libreoffice-commits] core.git: include/svx

Noel Grandin noel at peralex.com
Tue Jun 28 08:45:20 UTC 2016


 include/svx/svdmodel.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7e49e303f800d1508643daa5a00e7f1603e6b73b
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Jun 28 10:44:11 2016 +0200

    loplugin:staticmethods
    
    Change-Id: I597015df5c12040b1b2a108bcfbe2831fee6ec23

diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index fa24d55..e8de6d0 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -551,8 +551,8 @@ public:
     bool IsWriter() const { return !bMyPool; }
 
     // Used as a fallback in *::ReadUserDataSequence() to process common properties
-    void ReadUserDataSequenceValue(const css::beans::PropertyValue *pValue);
-    void WriteUserDataSequence(css::uno::Sequence < css::beans::PropertyValue >& rValues, bool bBrowse = false);
+    static void ReadUserDataSequenceValue(const css::beans::PropertyValue *pValue);
+    static void WriteUserDataSequence(css::uno::Sequence < css::beans::PropertyValue >& rValues, bool bBrowse = false);
 
     /** returns the numbering type that is used to format page fields in drawing shapes */
     virtual SvxNumType GetPageNumType() const;


More information about the Libreoffice-commits mailing list