[Libreoffice-commits] core.git: svx/source
Julien Nabet
serval2412 at yahoo.fr
Sat Mar 12 16:27:13 UTC 2016
svx/source/dialog/charmap.cxx | 2 --
svx/source/fmcomp/gridcell.cxx | 1 -
svx/source/items/chrtitem.cxx | 1 -
svx/source/xml/xmleohlp.cxx | 1 -
svx/source/xoutdev/xattr.cxx | 1 -
5 files changed, 6 deletions(-)
New commits:
commit 6c1428121189bc233f4bb8a97bd96c75dd942fa0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Mar 12 13:48:59 2016 +0100
Remove some unused include stdio (svx)
Change-Id: Ide50d9dc67b9383bd7c0f4e710ea04e5d6892b02
Reviewed-on: https://gerrit.libreoffice.org/23175
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 6855141..7e31fd5 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
-
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/builderfactory.hxx>
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 20ea063..4288321 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -68,7 +68,6 @@
#include <connectivity/sqlnode.hxx>
#include <math.h>
-#include <stdio.h>
using namespace ::connectivity;
using namespace ::svxform;
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index 429e283..7dd679c 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -23,7 +23,6 @@
#include <unotools/intlwrapper.hxx>
#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp>
-#include <stdio.h>
#include <float.h>
#include "svx/chrtitem.hxx"
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx
index dfd84e3..6898ebb 100644
--- a/svx/source/xml/xmleohlp.cxx
+++ b/svx/source/xml/xmleohlp.cxx
@@ -18,7 +18,6 @@
*/
-#include <stdio.h>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 73e2c41b4..486a3f6 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -53,7 +53,6 @@
#include <basegfx/tools/unotools.hxx>
#include <vcl/gradient.hxx>
-#include <stdio.h>
#include <libxml/xmlwriter.h>
using namespace ::com::sun::star;
More information about the Libreoffice-commits
mailing list