Keep loplugin:staticmethods happy.

Change-Id: I2cdf67490d61b2868910e615bfc44d126d207bcb
This commit is contained in:
Kohei Yoshida 2016-11-12 17:42:57 -05:00
parent 633b9f30d0
commit f20df23ad9

View File

@ -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
}; };