diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 11:56:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 11:56:40 +0200 |
commit | c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7e (patch) | |
tree | ee2a11dc296a5c6e3bcd42edd0504ec09fe74ca7 /include/svx/svdmodel.hxx | |
parent | 09353c627822d61fbffd6038224d0da72f768710 (diff) |
loplugin:staticmethods
Change-Id: I6e5a1c33eeb5eb139f12d4a9d696c53ad65a3af7
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index e8de6d0e4daf..1c8f3cfea890 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -551,7 +551,7 @@ public: bool IsWriter() const { return !bMyPool; } // Used as a fallback in *::ReadUserDataSequence() to process common properties - static void ReadUserDataSequenceValue(const css::beans::PropertyValue *pValue); + 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 */ |