sw/source/uibase/shells/textsh1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bd8f2af5bb48e23689719a056e829bcb38d5d14b
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Dec 7 17:10:04 2022 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Dec 8 08:51:12 2022 +0000

    Fix Emscripten build
    
    Change-Id: Ia379886ff843f72a761c64e4bdfe023b23efd586
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143786
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

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;

Reply via email to