[Libreoffice-commits] core.git: vcl/inc vcl/source vcl/unx vcl/win writerperfect/source
Julien Nabet
serval2412 at yahoo.fr
Sun Jun 7 12:29:33 PDT 2015
vcl/inc/sft.hxx | 1 -
vcl/source/filter/jpeg/JpegReader.cxx | 1 -
vcl/source/filter/jpeg/JpegWriter.cxx | 1 -
vcl/unx/generic/app/sm.cxx | 2 --
vcl/unx/generic/gdi/salbmp.cxx | 1 -
vcl/unx/generic/gdi/salgdi2.cxx | 1 -
vcl/unx/generic/gdi/salgdi3.cxx | 1 -
vcl/unx/generic/printer/ppdparser.cxx | 1 -
vcl/unx/gtk/a11y/atklistener.cxx | 1 -
vcl/unx/gtk/fpicker/SalGtkPicker.cxx | 1 -
vcl/unx/gtk/window/glomenu.cxx | 1 -
vcl/win/source/gdi/gdiimpl.cxx | 1 -
vcl/win/source/gdi/salgdi.cxx | 1 -
vcl/win/source/window/salframe.cxx | 2 --
writerperfect/source/impress/KeynoteImportFilter.hxx | 2 --
15 files changed, 18 deletions(-)
New commits:
commit 381f21c9287cefcd6c5b55f442292594c74e0846
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jun 7 18:46:45 2015 +0200
Remove include stdio (part8)
Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746
Reviewed-on: https://gerrit.libreoffice.org/16139
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 2aae5f7..e2ae44e 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -55,7 +55,6 @@
#include <sys/types.h>
#include <unistd.h>
#endif
-#include <stdio.h>
#include <sal/types.h>
diff --git a/vcl/source/filter/jpeg/JpegReader.cxx b/vcl/source/filter/jpeg/JpegReader.cxx
index 24b2626..f8bc787 100644
--- a/vcl/source/filter/jpeg/JpegReader.cxx
+++ b/vcl/source/filter/jpeg/JpegReader.cxx
@@ -19,7 +19,6 @@
#include <sal/config.h>
-#include "stdio.h"
#include "jpeg.h"
#include <jpeglib.h>
#include <jerror.h>
diff --git a/vcl/source/filter/jpeg/JpegWriter.cxx b/vcl/source/filter/jpeg/JpegWriter.cxx
index fe03540..1c6594b 100644
--- a/vcl/source/filter/jpeg/JpegWriter.cxx
+++ b/vcl/source/filter/jpeg/JpegWriter.cxx
@@ -19,7 +19,6 @@
#include <sal/config.h>
-#include "stdio.h"
#include "jpeg.h"
#include <jpeglib.h>
#include <jerror.h>
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx
index 6d2bf82..97a4724 100644
--- a/vcl/unx/generic/app/sm.cxx
+++ b/vcl/unx/generic/app/sm.cxx
@@ -26,8 +26,6 @@
#include <sys/poll.h>
#include <fcntl.h>
-#include <stdio.h>
-
#include <rtl/strbuf.hxx>
#include <rtl/process.h>
diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx
index 8087b22..cc07799 100644
--- a/vcl/unx/generic/gdi/salbmp.cxx
+++ b/vcl/unx/generic/gdi/salbmp.cxx
@@ -18,7 +18,6 @@
*/
#include <string.h>
-#include <stdio.h>
#include <errno.h>
#ifdef FREEBSD
diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx
index 7b667cb..d92da5a 100644
--- a/vcl/unx/generic/gdi/salgdi2.cxx
+++ b/vcl/unx/generic/gdi/salgdi2.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
#include <poll.h>
#include "salgdiimpl.hxx"
diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index 53afb01..a8ba323 100644
--- a/vcl/unx/generic/gdi/salgdi3.cxx
+++ b/vcl/unx/generic/gdi/salgdi3.cxx
@@ -20,7 +20,6 @@
#include <sal/types.h>
#include <string.h>
-#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <fcntl.h>
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx
index d32f60d4..65022bf 100644
--- a/vcl/unx/generic/printer/ppdparser.cxx
+++ b/vcl/unx/generic/printer/ppdparser.cxx
@@ -18,7 +18,6 @@
*/
#include <stdlib.h>
-#include <stdio.h>
#include <comphelper/string.hxx>
#include "vcl/ppdparser.hxx"
diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx
index dcf7ffd..9b4b0a8 100644
--- a/vcl/unx/gtk/a11y/atklistener.cxx
+++ b/vcl/unx/gtk/a11y/atklistener.cxx
@@ -35,7 +35,6 @@
#include "vcl/svapp.hxx"
#include <rtl/ref.hxx>
-#include <stdio.h>
using namespace com::sun::star;
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index c7a30e9..6ada45b 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -31,7 +31,6 @@
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
-#include <stdio.h>
#include "vcl/window.hxx"
#include "unx/gtk/gtkframe.hxx"
diff --git a/vcl/unx/gtk/window/glomenu.cxx b/vcl/unx/gtk/window/glomenu.cxx
index caa3143..5a9095c 100644
--- a/vcl/unx/gtk/window/glomenu.cxx
+++ b/vcl/unx/gtk/window/glomenu.cxx
@@ -7,7 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <stdio.h>
#include <string.h>
#include <unx/gtk/gtksalmenu.hxx>
diff --git a/vcl/win/source/gdi/gdiimpl.cxx b/vcl/win/source/gdi/gdiimpl.cxx
index 7da7df7..bd5f340 100644
--- a/vcl/win/source/gdi/gdiimpl.cxx
+++ b/vcl/win/source/gdi/gdiimpl.cxx
@@ -19,7 +19,6 @@
#include "gdiimpl.hxx"
-#include <stdio.h>
#include <string.h>
#include <svsys.h>
#include <rtl/strbuf.hxx>
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx
index 23d4e5c..2334624 100644
--- a/vcl/win/source/gdi/salgdi.cxx
+++ b/vcl/win/source/gdi/salgdi.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
#include <string.h>
#include <svsys.h>
#include <rtl/strbuf.hxx>
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 287f0be..d0fdb7a 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -29,8 +29,6 @@
#include <string.h>
#include <limits.h>
-#include <stdio.h>
-
#include <svsys.h>
#include <rtl/string.h>
diff --git a/writerperfect/source/impress/KeynoteImportFilter.hxx b/writerperfect/source/impress/KeynoteImportFilter.hxx
index 2bf14e6..7336e11 100644
--- a/writerperfect/source/impress/KeynoteImportFilter.hxx
+++ b/writerperfect/source/impress/KeynoteImportFilter.hxx
@@ -14,8 +14,6 @@
#include "ImportFilter.hxx"
#include "DocumentHandlerForOdp.hxx"
-#include <stdio.h>
-
/* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter
* member calls */
More information about the Libreoffice-commits
mailing list