Enable trailing-blanks compat option also for OOXML filter

Change-Id: I6d338f881f1450be87bedf9ab9aaf24eeed2052d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92257
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 5ccae08..ad31952 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -1186,6 +1186,8 @@ void SwDocShell::SetFormatSpecificCompatibilityOptions( const OUString& rFilterT
         rFilterTypeName == "writer_MS_Word_2003_XML" ||
         rFilterTypeName == "writer_MS_Word_2007" ||
         rFilterTypeName == "writer_MS_Word_2007_Template" ||
         rFilterTypeName == "writer_OOXML" ||
         rFilterTypeName == "writer_OOXML_Text_Template" ||
         rFilterTypeName == "writer_Rich_Text_Format" )
    {
        GetDoc()->getIDocumentSettingAccess().set( DocumentSettingId::MS_WORD_COMP_TRAILING_BLANKS, true );