+ fix various warnings

This commit is contained in:
wmayer
2015-08-29 23:01:19 +02:00
parent 9c15aa059e
commit 0a06b2b703
8 changed files with 10 additions and 12 deletions

View File

@@ -145,7 +145,6 @@ int Spreadsheet::decodeColumn(const std::string &colstr)
Spreadsheet::CellAddress Spreadsheet::stringToAddress(const char * strAddress)
{
int i = 0;
static const boost::regex e("\\${0,1}([A-Za-z]+)\\${0,1}([0-9]+)");
boost::cmatch cm;