Kaydet (Commit) 6f5bf68e authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Andras Timar

sc: suppress some [loplugin:staticmethods]

Change-Id: Ib0cb2a34b87c661dc9343e5458fb933496a792dc
(cherry picked from commit 73d9cc8c)
üst 343aa6f8
......@@ -55,6 +55,7 @@ void TableColumn::importTableColumn( const AttributeList& rAttribs )
void TableColumn::importTableColumn( SequenceInputStream& /*rStrm*/ )
{
/* XXX not implemented */
(void) mnId;
}
const OUString& TableColumn::getName() const
......@@ -76,6 +77,7 @@ void TableColumns::importTableColumns( const AttributeList& rAttribs )
void TableColumns::importTableColumns( SequenceInputStream& /*rStrm*/ )
{
/* XXX not implemented */
(void) mnCount;
}
TableColumn& TableColumns::createTableColumn()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment