include/svx/svdmodel.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7e49e303f800d1508643daa5a00e7f1603e6b73b Author: Noel Grandin <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
