Keep loplugin:staticmethods happy.
Change-Id: I2cdf67490d61b2868910e615bfc44d126d207bcb
This commit is contained in:
parent
633b9f30d0
commit
f20df23ad9
@ -1670,7 +1670,10 @@ struct FormulaGroupDumper : std::unary_function<sc::CellStoreType::value_type, v
|
|||||||
cout << endl;
|
cout << endl;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void printResult(const ScFormulaCell*) const {}
|
void printResult(const ScFormulaCell*) const
|
||||||
|
{
|
||||||
|
(void) this; /* loplugin:staticmethods */
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user