sw/source/uibase/shells/textsh1.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit fabb52a12d0b28d37eb4f877bf707b74dd437dc0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 18 18:23:04 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Oct 19 15:50:52 2024 +0200

    Fix typo
    
    Change-Id: I06a0e9b697988f8d6ddd1d0d2be6ea4de8764a9d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175168
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index 51058a07649b..8b5e0e56645d 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -2765,7 +2765,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
                                         }
                                         else if 
(aItem3.first.starts_with("setcolumndesc"))
                                         {
-                                            // set colimn descriptions
+                                            // set column descriptions
                                             uno::Sequence<OUString> aColDesc
                                                 = 
xDataArray->getColumnDescriptions();
                                             OUString* aColdata = 
aColDesc.getArray();
commit c9be66176fcf381fa891e25ed359cdb9f8fbbcd8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 18 18:24:39 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Oct 19 15:50:38 2024 +0200

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

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index 4f68ea196bcb..51058a07649b 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -150,10 +150,6 @@
 #include <com/sun/star/chart2/XDataSeriesContainer.hpp>
 #include <com/sun/star/util/XCloneable.hpp>
 
-#include <com/sun/star/chart/ChartDataRowSource.hpp>
-#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
-#include <com/sun/star/chart2/XChartTypeContainer.hpp>
-#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
 //#include <../../../../chart2/source/controller/inc/ChartController.hxx>
 //#include <DataSeries.hxx>
 

Reply via email to