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 /svx | |
parent | 09353c627822d61fbffd6038224d0da72f768710 (diff) |
loplugin:staticmethods
Change-Id: I6e5a1c33eeb5eb139f12d4a9d696c53ad65a3af7
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdmodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index bc0af3a20a65..0b051f6cce18 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -1927,7 +1927,7 @@ SvxNumType SdrModel::GetPageNumType() const void SdrModel::ReadUserDataSequenceValue(const css::beans::PropertyValue* /*pValue*/) { - // TODO: Read common model-level values + (void) this; // TODO: Read common model-level values } void SdrModel::WriteUserDataSequence(css::uno::Sequence < css::beans::PropertyValue >& rValues, bool /*bBrowse*/) |