bump product version to 7.2.5.1
[LibreOffice.git] / external / liborcus / fix-pch.patch.0
blob42a9d52d99f68a1daa6bd6bb15ceb6a8184df578
1 --- src/liborcus/gnumeric_cell_context.cpp.sav  2018-05-27 18:18:56.000000000 +0200
2 +++ src/liborcus/gnumeric_cell_context.cpp      2019-10-13 10:43:24.587258400 +0200
3 @@ -248,7 +248,7 @@
4              range.last.column = col + mp_cell_data->array_cols - 1;
5              range.last.row = row + mp_cell_data->array_rows - 1;
6  
7 -            iface::import_array_formula* af = mp_sheet->get_array_formula();
8 +            spreadsheet::iface::import_array_formula* af = mp_sheet->get_array_formula();
9              if (af)
10              {
11                  af->set_range(range);