summaryrefslogtreecommitdiffstats
path: root/external/liborcus/fix-pch.patch.0
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-13 10:55:02 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-14 11:07:30 +0200
commitf5fa61e7f00733df3a064c297b4a31b182be05b6 (patch)
tree2b96fc83a889bda8820649adef0e8b6cb95b17ac /external/liborcus/fix-pch.patch.0
parentsw: deleteFieldmarkAt() should just call getFieldmarkAt() (diff)
downloadcore-f5fa61e7f00733df3a064c297b4a31b182be05b6.tar.gz
core-f5fa61e7f00733df3a064c297b4a31b182be05b6.zip
add PCHs for more external libs
I think this is all external libs where it makes sense for them to have their own PCH and be worth it. Maybe some smaller externals can also use the common system PCH, but unfortunately many externals use all kinds of defines that affect system headers, which is a problem for the common system PCH. Change-Id: I2c589ac55d93728daf3b158df110722e5f055d45 Reviewed-on: https://gerrit.libreoffice.org/80728 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external/liborcus/fix-pch.patch.0')
-rw-r--r--external/liborcus/fix-pch.patch.011
1 files changed, 11 insertions, 0 deletions
diff --git a/external/liborcus/fix-pch.patch.0 b/external/liborcus/fix-pch.patch.0
new file mode 100644
index 000000000000..42a9d52d99f6
--- /dev/null
+++ b/external/liborcus/fix-pch.patch.0
@@ -0,0 +1,11 @@
+--- src/liborcus/gnumeric_cell_context.cpp.sav 2018-05-27 18:18:56.000000000 +0200
++++ src/liborcus/gnumeric_cell_context.cpp 2019-10-13 10:43:24.587258400 +0200
+@@ -248,7 +248,7 @@
+ range.last.column = col + mp_cell_data->array_cols - 1;
+ range.last.row = row + mp_cell_data->array_rows - 1;
+
+- iface::import_array_formula* af = mp_sheet->get_array_formula();
++ spreadsheet::iface::import_array_formula* af = mp_sheet->get_array_formula();
+ if (af)
+ {
+ af->set_range(range);