calc: added an address input field

Change-Id: Ic030724e392693847a195b5e53866b40ebad7435
Reviewed-on: https://gerrit.libreoffice.org/37359
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
This commit is contained in:
Marco Cecchetti
2017-05-08 00:38:13 +02:00
committed by pranavk
parent 954a37a06c
commit 024e786e85
8 changed files with 66 additions and 3 deletions

View File

@ -77,6 +77,7 @@ extern "C"
CASE(REDLINE_TABLE_ENTRY_MODIFIED);
CASE(COMMENT);
CASE(INVALIDATE_HEADER);
CASE(CELL_ADDRESS);
#undef CASE
}
std::cout << " payload: " << payload << std::endl;