Extending WOPI implementaion to introduce 'Save As' feature

Change-Id: Ic4c80f4c4b54944143682c25a5878c1336787b27
Reviewed-on: https://gerrit.libreoffice.org/40946
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
This commit is contained in:
Aditya Dewan
2017-08-10 04:32:03 +05:30
committed by pranavk
parent 10bfd18e97
commit c3711a4375
12 changed files with 177 additions and 9 deletions

View File

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