summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/dialog/charmap.cxx2
-rw-r--r--svx/source/fmcomp/gridcell.cxx1
-rw-r--r--svx/source/items/chrtitem.cxx1
-rw-r--r--svx/source/xml/xmleohlp.cxx1
-rw-r--r--svx/source/xoutdev/xattr.cxx1
5 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 6855141fcdb0..7e31fd5099ac 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 20ea0634a083..4288321bcd41 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 429e2834dc48..7dd679c5e02a 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 dfd84e36f47b..6898ebb799f2 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 73e2c41b4d25..486a3f60be7f 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;
16-02-04vcl: take into account the font width is the average font widthChris Sherlock 2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock 2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud 2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke 2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl 2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke