mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user