summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-19 22:45:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-20 05:26:33 +0000
commitb255304be9f60f56ad93794d68a1447ed0d9d077 (patch)
tree984cb30c747ce0fc1d835f03f413f9565277c8fc /sfx2
parentbcdd3a403ca1d0ac05dd2382cf7e8fdfd3281322 (diff)
Remove include stdio (part4)
Change-Id: Ic17885b22167eedd0e56b3e5027c09a1c3aac1d8 Reviewed-on: https://gerrit.libreoffice.org/15819 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appmain.cxx1
-rw-r--r--sfx2/source/appl/module.cxx1
-rw-r--r--sfx2/source/appl/workwin.cxx1
-rw-r--r--sfx2/source/control/dispatch.cxx1
-rw-r--r--sfx2/source/toolbox/imgmgr.cxx1
-rw-r--r--sfx2/source/view/viewfrm.cxx2
6 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index c8f8da897a18..e2dab3835bec 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
#include <svtools/ehdl.hxx>
#include <svl/itempool.hxx>
#include <svl/urihelper.hxx>
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index d822e0043590..c87e2713581b 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
#include <tools/rcid.h>
#include <cstdarg>
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index d6ec61c5ff3c..b9999cb8b698 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -19,7 +19,6 @@
#include <config_features.h>
#include <comphelper/processfactory.hxx>
-#include <stdio.h>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index eea0d8ddcbf9..5e6f9bc2898c 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -24,7 +24,6 @@
#include <vector>
#include <stdarg.h>
-#include <stdio.h>
#include <stdlib.h>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/sfx2/source/toolbox/imgmgr.cxx b/sfx2/source/toolbox/imgmgr.cxx
index c1842198d206..7bdda110e279 100644
--- a/sfx2/source/toolbox/imgmgr.cxx
+++ b/sfx2/source/toolbox/imgmgr.cxx
@@ -18,7 +18,6 @@
*/
-#include <stdio.h>
#include <boost/shared_ptr.hpp>
#include <sfx2/imgmgr.hxx>
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index bc40e9d85571..fc8dbae2d294 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -19,8 +19,6 @@
#include <config_features.h>
-#include <stdio.h>
-
#include <sfx2/infobar.hxx>
#include <sfx2/viewfrm.hxx>
#include <com/sun/star/document/MacroExecMode.hpp>