diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-11-04 16:17:44 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-11-04 16:28:51 +0100 |
commit | 182140d53ac767f5f31aefb2f00ac1f812245703 (patch) | |
tree | 980c3a98bccae898e2ce8b99e178f8cbf7f8158f /sw | |
parent | 117bca21b7b068266bb91f1d114e435e0a7ab525 (diff) |
Remove commented out includes
Change-Id: I7aed7953f8d101f145a4267168c90623022677f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176012
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index c770415f4a28..8942e812fd29 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -150,9 +150,6 @@ #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/util/XCloneable.hpp> -//#include <../../../../chart2/source/controller/inc/ChartController.hxx> -//#include <DataSeries.hxx> - using namespace ::com::sun::star; using namespace com::sun::star::beans; using namespace ::com::sun::star::container; |