sfx2/source/appl/appmain.cxx               |    1 -
 sfx2/source/appl/module.cxx                |    1 -
 sfx2/source/appl/workwin.cxx               |    1 -
 sfx2/source/control/dispatch.cxx           |    1 -
 sfx2/source/toolbox/imgmgr.cxx             |    1 -
 sfx2/source/view/viewfrm.cxx               |    2 --
 svl/source/items/itempool.cxx              |    1 -
 svl/source/items/poolio.cxx                |    1 -
 svl/source/misc/documentlockfile.cxx       |    2 --
 svl/source/misc/ownlist.cxx                |    1 -
 svl/source/misc/sharecontrolfile.cxx       |    2 --
 svtools/source/config/test/test.cxx        |    1 -
 svtools/source/contnr/treelist.cxx         |    2 --
 svtools/source/control/ctrlbox.cxx         |   12 ++----------
 svtools/source/control/fmtfield.cxx        |    1 -
 svtools/source/dialogs/addresstemplate.cxx |    1 -
 svtools/source/svhtml/htmlsupp.cxx         |    1 -
 svtools/source/svhtml/parhtml.cxx          |    1 -
 svtools/source/svrtf/parrtf.cxx            |    1 -
 svtools/source/svrtf/svparser.cxx          |    1 -
 20 files changed, 2 insertions(+), 33 deletions(-)

New commits:
commit b255304be9f60f56ad93794d68a1447ed0d9d077
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue May 19 22:45:30 2015 +0200

    Remove include stdio (part4)
    
    Change-Id: Ic17885b22167eedd0e56b3e5027c09a1c3aac1d8
    Reviewed-on: https://gerrit.libreoffice.org/15819
    Tested-by: Jenkins <c...@libreoffice.org>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index c8f8da8..e2dab38 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 d822e00..c87e271 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 d6ec61c..b9999cb 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 eea0d8d..5e6f9bc 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 c184219..7bdda11 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 bc40e9d..fc8dbae 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>
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 62c4aaf..8f4a860 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -20,7 +20,6 @@
 #include <svl/itempool.hxx>
 
 #include <string.h>
-#include <stdio.h>
 
 #include <osl/diagnose.h>
 #include <sal/log.hxx>
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index f460725..6b0fee8 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -19,7 +19,6 @@
 
 
 #include <string.h>
-#include <stdio.h>
 
 #include <sal/log.hxx>
 #include <tools/solar.h>
diff --git a/svl/source/misc/documentlockfile.cxx 
b/svl/source/misc/documentlockfile.cxx
index db7b769..ba55fcb 100644
--- a/svl/source/misc/documentlockfile.cxx
+++ b/svl/source/misc/documentlockfile.cxx
@@ -18,8 +18,6 @@
  */
 
 
-#include <stdio.h>
-
 #include <com/sun/star/ucb/XSimpleFileAccess.hpp>
 #include <com/sun/star/ucb/XCommandEnvironment.hpp>
 #include <com/sun/star/ucb/InsertCommandArgument.hpp>
diff --git a/svl/source/misc/ownlist.cxx b/svl/source/misc/ownlist.cxx
index 16d63a5..d2b87c9 100644
--- a/svl/source/misc/ownlist.cxx
+++ b/svl/source/misc/ownlist.cxx
@@ -18,7 +18,6 @@
  */
 
 #include <ctype.h>
-#include <stdio.h>
 #include <com/sun/star/beans/PropertyValues.hpp>
 
 #include <svl/ownlist.hxx>
diff --git a/svl/source/misc/sharecontrolfile.cxx 
b/svl/source/misc/sharecontrolfile.cxx
index b866e84..009ecea 100644
--- a/svl/source/misc/sharecontrolfile.cxx
+++ b/svl/source/misc/sharecontrolfile.cxx
@@ -18,8 +18,6 @@
  */
 
 
-#include <stdio.h>
-
 #include <com/sun/star/ucb/SimpleFileAccess.hpp>
 #include <com/sun/star/ucb/XCommandEnvironment.hpp>
 #include <com/sun/star/ucb/XContent.hpp>
diff --git a/svtools/source/config/test/test.cxx 
b/svtools/source/config/test/test.cxx
index 4296569..78d7064 100644
--- a/svtools/source/config/test/test.cxx
+++ b/svtools/source/config/test/test.cxx
@@ -46,7 +46,6 @@
 #include <vcl/svapp.hxx>
 #include <vcl/wrkwin.hxx>
 #include <vcl/msgbox.hxx>
-#include <stdio.h>
 
 using namespace ::osl                       ;
 using namespace ::comphelper                ;
diff --git a/svtools/source/contnr/treelist.cxx 
b/svtools/source/contnr/treelist.cxx
index 03b9152..f1283f2 100644
--- a/svtools/source/contnr/treelist.cxx
+++ b/svtools/source/contnr/treelist.cxx
@@ -22,8 +22,6 @@
 #include <svtools/viewdataentry.hxx>
 #include <osl/diagnose.h>
 
-#include <stdio.h>
-
 SvTreeList::SvTreeList() :
     mbEnableInvalidate(true)
 {
diff --git a/svtools/source/control/ctrlbox.cxx 
b/svtools/source/control/ctrlbox.cxx
index 96cfd80..e4c278d 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -47,10 +47,6 @@
 
 #include <rtl/bootstrap.hxx>
 
-#if OSL_DEBUG_LEVEL > 1
-#include <cstdio>
-#endif
-
 #include <stdio.h>
 
 #define IMGOUTERTEXTSPACE 5
@@ -978,9 +974,7 @@ void FontNameBox::SaveMRUEntries( const OUString& 
aFontMRUEntriesFile, sal_Unico
     aStream.Open( aFontMRUEntriesFile, StreamMode::WRITE | StreamMode::TRUNC );
     if( ! (aStream.IsOpen() && aStream.IsWritable()) )
     {
-#if OSL_DEBUG_LEVEL > 1
-        fprintf( stderr, "FontNameBox::SaveMRUEntries: opening mru entries 
file %s failed\n", OUStringToOString(aFontMRUEntriesFile, RTL_TEXTENCODING_UTF8 
).getStr() );
-#endif
+        SAL_WARN("svtools.control", "FontNameBox::SaveMRUEntries: opening mru 
entries file " << aFontMRUEntriesFile << " failed\n");
         return;
     }
 
@@ -997,9 +991,7 @@ void FontNameBox::LoadMRUEntries( const OUString& 
aFontMRUEntriesFile, sal_Unico
     SvFileStream aStream( aFontMRUEntriesFile, StreamMode::READ );
     if( ! aStream.IsOpen() )
     {
-#if OSL_DEBUG_LEVEL > 1
-        fprintf( stderr, "FontNameBox::LoadMRUEntries: opening mru entries 
file %s failed\n", OUStringToOString(aFontMRUEntriesFile, 
RTL_TEXTENCODING_UTF8).getStr() );
-#endif
+        SAL_WARN("svtools.control", "FontNameBox::LoadMRUEntries: opening mru 
entries file " << aFontMRUEntriesFile << " failed\n");
         return;
     }
 
diff --git a/svtools/source/control/fmtfield.cxx 
b/svtools/source/control/fmtfield.cxx
index 0b09fb3..720b204 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -17,7 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <stdio.h>
 #include <tools/debug.hxx>
 #include <comphelper/processfactory.hxx>
 #include <comphelper/string.hxx>
diff --git a/svtools/source/dialogs/addresstemplate.cxx 
b/svtools/source/dialogs/addresstemplate.cxx
index a7ae818..fdcb525 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -18,7 +18,6 @@
  */
 
 
-#include <stdio.h>
 #include <svtools/addresstemplate.hxx>
 #include "addresstemplate.hrc"
 #include <svtools/svtools.hrc>
diff --git a/svtools/source/svhtml/htmlsupp.cxx 
b/svtools/source/svhtml/htmlsupp.cxx
index 8c4324b..b910926 100644
--- a/svtools/source/svhtml/htmlsupp.cxx
+++ b/svtools/source/svhtml/htmlsupp.cxx
@@ -19,7 +19,6 @@
 
 
 #include <ctype.h>
-#include <stdio.h>
 #include <comphelper/string.hxx>
 #include <svtools/parhtml.hxx>
 #include <svtools/htmltokn.h>
diff --git a/svtools/source/svhtml/parhtml.cxx 
b/svtools/source/svhtml/parhtml.cxx
index 11e173c..4ea4835 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -19,7 +19,6 @@
 
 
 #include <ctype.h>
-#include <stdio.h>
 #include <comphelper/string.hxx>
 #include <o3tl/ptr_container.hxx>
 #include <tools/stream.hxx>
diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx
index b15aca7..fc98b87 100644
--- a/svtools/source/svrtf/parrtf.cxx
+++ b/svtools/source/svrtf/parrtf.cxx
@@ -18,7 +18,6 @@
  */
 
 
-#include <stdio.h>
 #include <rtl/tencinfo.h>
 #include <tools/stream.hxx>
 #include <tools/debug.hxx>
diff --git a/svtools/source/svrtf/svparser.cxx 
b/svtools/source/svrtf/svparser.cxx
index 3704649..5b53540 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -23,7 +23,6 @@
 #include <rtl/textcvt.h>
 #include <rtl/tencinfo.h>
 
-#include <stdio.h>
 #include <boost/ptr_container/ptr_vector.hpp>
 
 // structure to store the actuel data
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to