diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-17 18:54:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-05-18 05:33:52 +0000 |
commit | 3aebc670e1816a8f4f0759e97d8f39b6aab05044 (patch) | |
tree | aabce7a2757deb868d7e5b44301c12e310881ca1 /xmloff/source | |
parent | cac5ba9ac59a89c43c052c7bbb8e44fa86d86849 (diff) |
Remove include stdio (part2)
Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd
Reviewed-on: https://gerrit.libreoffice.org/15775
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/forms/elementexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/formlayerexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/layerexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyexport.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index bce1ef76ed78..091e2e73e38e 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -60,7 +60,6 @@ #include <comphelper/extract.hxx> #include <sal/macros.h> -#include <stdio.h> #include <algorithm> namespace xmloff diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx index 15fbbf813f17..76971699819e 100644 --- a/xmloff/source/forms/formlayerexport.cxx +++ b/xmloff/source/forms/formlayerexport.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include <xmloff/formlayerexport.hxx> #include "strings.hxx" #include "elementexport.hxx" diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx index a4a38614bbb4..634aba470eb6 100644 --- a/xmloff/source/forms/layerexport.cxx +++ b/xmloff/source/forms/layerexport.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include "layerexport.hxx" #include "strings.hxx" #include <xmloff/xmlexp.hxx> diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx index a2a611238666..4fd3d4f02658 100644 --- a/xmloff/source/forms/propertyexport.cxx +++ b/xmloff/source/forms/propertyexport.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include "propertyexport.hxx" #include <xmloff/xmlexp.hxx> #include "strings.hxx" |