summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-06-30 17:58:12 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-07-01 11:35:08 +0200
commit3dfc6d42edfd469436ad177ad1ebc5526679aa99 (patch)
treea879d9a9156c78ea119d6d56133c2c5b292ddfd3 /bin
parent3550a459db6d633fccd5a8599b75662689d270c4 (diff)
update Skia to chrome/m85 snapshot
Change-Id: I3af3517c9c213e0db8365aecd0a008d817ca4dcf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97592 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch
index 8055007a3b25..00cd50681daa 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -633,7 +633,7 @@ def parse_makefile(groups, lines, lineno, lastif, ifstack):
if EXCLUDE_SYSTEM and ifstack:
continue
file = line + '.' + suffix
- if ',' in line or '(' in line or ')' in line:
+ if ',' in line or '(' in line or ')' in line or file.startswith('-'):
#print('passing: ' + line)
pass # $if() probably, or something similar
else:
18a08e5e91d469a9'>Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann Change-Id: Ibfb27b3eded45e2646dada37ce3663f427985ae9 2016-06-02tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli Change-Id: I8df0ed4d7c7df27f570ad09936f17941c30aae91 Reviewed-on: https://gerrit.libreoffice.org/25749 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-02tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli Change-Id: I5891fe7c298b4b3409ac6579ed167a4e0183c89a Reviewed-on: https://gerrit.libreoffice.org/25748 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-26tdf#74608 Constructor functions for OPropertyBagSteven Guo Added constructor function for OPropertyBag in /comphelper/source/property/. Change-Id: I28d6aa5c6fa2aa4324cf4ac61c5f2e3ab0a5e14a Reviewed-on: https://gerrit.libreoffice.org/23541 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2016-04-26loplugin:simplifyboolStephan Bergmann Change-Id: Ie3662271f57df724329cb5fa52881479890277f9 2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea Opening/closing times using "Without Frame tags" attached file from bug report changed as follows on my system (debug build): open: 2:06 -> 1:32 close (doc unchanged): 1:52 -> 0:18 The performance fixes in the different CXX files are independent, eventattachermgr.cxx is related to doc close, the others to doc open. Change-Id: I24fc4558f79b9123494a3939c0a313fcd47a067f Reviewed-on: https://gerrit.libreoffice.org/24359 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann Change-Id: Idb7e5ff0c73bbc2c462b92cd96444eb5d2d4194b 2016-04-18clean-up: unused using declarations and includesJochen Nitschke Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin Change-Id: Iff26c89ea6079e0f12691dbc04bb36f02b85c305 Reviewed-on: https://gerrit.libreoffice.org/23920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke comphelper, connectivity and cppcanvas. Replace with C++11 delete copy-constructur and copy-assignment. Removed unused boost/noncopyable.hpp includes from some source files in cppcanvas. Change-Id: I90780820e21fbfd291ac10c266e7d16616e3a81b Reviewed-on: https://gerrit.libreoffice.org/23905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>