configure.ac                           |    2 +-
 filter/source/msfilter/msvbahelper.cxx |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 9ea17a6331ca9491e7012dca837d3815cd4309ac
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 8 09:15:19 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 8 12:46:41 2022 +0200

    Adapt to latest VS 2022 MSM versions
    
    ...as present at least with VS 2022 17.1.3
    
    Change-Id: I6d1cf247c8507ebab56c106aff6933ff739a4314
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132714
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configure.ac b/configure.ac
index 1cdd22b0ae66..a19f73031124 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6650,7 +6650,7 @@ find_msms()
 
     case "$VCVER" in
         16.0 | 17.0)
-        my_msm_files="Microsoft_VC141_CRT_x86.msm Microsoft_VC142_CRT_x86.msm 
${my_msm_files}"
+        my_msm_files="Microsoft_VC141_CRT_x86.msm Microsoft_VC142_CRT_x86.msm 
Microsoft_VC143_CRT_x86.msm ${my_msm_files}"
         ;;
     esac
     for f in $my_msm_files; do
commit f9a094cc0c2f61fd0838a42489b717ede3e24fed
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Apr 8 11:14:37 2022 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Apr 8 12:46:28 2022 +0200

    Removed duplicated include
    
    Change-Id: I898c24abd5366a85705b5f54258b16b22e044355
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132715
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/filter/source/msfilter/msvbahelper.cxx 
b/filter/source/msfilter/msvbahelper.cxx
index 89c5292a3cb3..5ba35cec81a5 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -39,7 +39,6 @@
 #include <rtl/character.hxx>
 #include <sfx2/objsh.hxx>
 #include <o3tl/string_view.hxx>
-#include <o3tl/string_view.hxx>
 #include <svtools/acceleratorexecute.hxx>
 #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
 #include <com/sun/star/ui/XUIConfigurationManager.hpp>

Reply via email to