aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx')
-rw-r--r--editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx b/editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx
new file mode 100644
index 000000000000..a014ac21285d
--- /dev/null
+++ b/editors/libreoffice6/files/powerpc64/patch-cppuhelper_source_exc__thrower.cxx
@@ -0,0 +1,10 @@
+--- cppuhelper/source/exc_thrower.cxx.orig 2020-11-27 22:07:39 UTC
++++ cppuhelper/source/exc_thrower.cxx
+@@ -220,6 +220,7 @@ namespace cppu
+ {
+
+
++__attribute__ ((optnone))
+ void SAL_CALL throwException( Any const & exc )
+ {
+ if (exc.getValueTypeClass() != TypeClass_EXCEPTION)