summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorArmin Le Grand (Allotropia) <Armin.Le.Grand@me.com>2021-11-12 17:16:32 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-20 14:27:16 +0100
commit4a0ccb5fec19c2f42b9c206d9c2007c355345eb2 (patch)
tree34dd4013bd45dee39bdd4aa1a9e0bde6b40d49fd /framework
parent9fbda3ca63c940dac566076eeeb54a7b33f3da3c (diff)
WASM make test file loading work
Change-Id: Ic34104534c3e0e73791cf867bfb2e1246dc79cf8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128653 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index a3f9b864dbe8..6aacbd040d3b 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -87,6 +87,9 @@ void SAL_CALL StatusIndicatorFactory::initialize(const css::uno::Sequence< css::
}
}
+#ifdef EMSCRIPTEN
+ m_bDisableReschedule = true;
+#endif
impl_createProgress();
}