vcl/jsdialog/jsdialogbuilder.cxx |   19 -------------------
 1 file changed, 19 deletions(-)

New commits:
commit 41208b2c46f082814faf721eb84baaf4fc7e9e78
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Sep 18 22:50:57 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 20 07:28:07 2023 +0200

    Remove duplicated includes
    
    Change-Id: Ia76c2a83f5c5e0ea31260dace7bd32763eb4d0e2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157035
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/jsdialog/jsdialogbuilder.cxx b/vcl/jsdialog/jsdialogbuilder.cxx
index fcabfc67bbbc..ec0c4fec1573 100644
--- a/vcl/jsdialog/jsdialogbuilder.cxx
+++ b/vcl/jsdialog/jsdialogbuilder.cxx
@@ -29,29 +29,10 @@
 #include <vcl/jsdialog/executor.hxx>
 #include <cppuhelper/supportsservice.hxx>
 
-#include <jsdialog/jsdialogbuilder.hxx>
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-#include <memory>
-#include <messagedialog.hxx>
-#include <o3tl/deleter.hxx>
-#include <sal/log.hxx>
-
-#include <tools/json_writer.hxx>
 #include <tools/stream.hxx>
 
-#include <utility>
-
 #include <vcl/cvtgrf.hxx>
-#include <vcl/jsdialog/executor.hxx>
-#include <vcl/tabpage.hxx>
-#include <vcl/toolbox.hxx>
-#include <vcl/toolkit/button.hxx>
-#include <vcl/toolkit/combobox.hxx>
-#include <vcl/toolkit/dialog.hxx>
-#include <vcl/toolkit/treelistentry.hxx>
-#include <vcl/toolkit/vclmedit.hxx>
 
-#include <verticaltabctrl.hxx>
 #include <wizdlg.hxx>
 
 static std::map<OUString, vcl::Window*>& GetLOKPopupsMap()
commit db41fbf7224d1d1dd1ef2d7f2ac0dd005d6367be
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Sep 19 23:42:58 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 20 07:27:55 2023 +0200

    Remove executable bits on odt file
    
    Change-Id: Ie7ee5bc7586835f65eae7275f2cfc1d86a2cbbdc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157091
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/extras/uiwriter/data/testTdf106663.odt 
b/sw/qa/extras/uiwriter/data/testTdf106663.odt
old mode 100755
new mode 100644

Reply via email to