fix -Wextra & -Wdeprecated in Spreadsheet

This commit is contained in:
wmayer
2016-09-22 16:35:05 +02:00
parent 801ac34258
commit 6cf82fbe62
8 changed files with 34 additions and 6 deletions

View File

@@ -873,7 +873,7 @@ short Sheet::mustExecute(void) const
*
*/
void Sheet::clear(CellAddress address, bool all)
void Sheet::clear(CellAddress address, bool /*all*/)
{
Cell * cell = getCell(address);
std::string addr = address.toString();
@@ -1286,7 +1286,7 @@ void Sheet::onRelabledDocument(const Document &document)
* @param document
*/
void Sheet::onRenamedDocument(const Document &document)
void Sheet::onRenamedDocument(const Document & /*document*/)
{
}