diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-12-07 17:10:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-12-08 08:51:12 +0000 |
commit | bd8f2af5bb48e23689719a056e829bcb38d5d14b (patch) | |
tree | 91dfd422149e4b2112f648b5a08b3505a8c11fb0 /sw | |
parent | be6024a2d4fc11c908aeb29b58ce33f851dab6bc (diff) |
Fix Emscripten build
Change-Id: Ia379886ff843f72a761c64e4bdfe023b23efd586
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143786
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 3b556b677415..3326993960e5 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -107,8 +107,8 @@ #if !ENABLE_WASM_STRIP_EXTRA #include <translatelangselect.hxx> #include <svtools/deeplcfg.hxx> -#include <translatehelper.hxx> #endif // ENABLE_WASM_STRIP_EXTRA +#include <translatehelper.hxx> #include <IDocumentContentOperations.hxx> using namespace ::com::sun::star; |