From c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 28 Jun 2016 11:56:40 +0200 Subject: loplugin:staticmethods Change-Id: I6e5a1c33eeb5eb139f12d4a9d696c53ad65a3af7 --- svx/source/svdraw/svdmodel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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*/) -- cgit