i18npool/source/localedata/saxparser.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b6c2ff2f05f94637feb537cb4cea5d7f040f9031
Author:     Arnaud VERSINI <arnaud.vers...@pm.me>
AuthorDate: Sun Apr 21 13:42:51 2024 +0200
Commit:     Arnaud Versini <arnaud.vers...@pm.me>
CommitDate: Mon Apr 29 14:21:32 2024 +0200

    i18npool : remove useless stdio include generation
    
    Change-Id: Ib37f2c7553de2045496a090cda7006257fcf5e20
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166386
    Reviewed-by: Arnaud Versini <arnaud.vers...@pm.me>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/saxparser.cxx 
b/i18npool/source/localedata/saxparser.cxx
index 603d91450b06..eb95c7973fa5 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -190,7 +190,6 @@ public: // ExtendedDocumentHandler
     printf( "parsing document %s started
", theLocale.c_str());
     of.writeAsciiString("#include <sal/types.h>


");
     of.writeAsciiString("#include <rtl/ustring.hxx>


");
-    of.writeAsciiString("#include <stdio.h>

");
     of.writeAsciiString("extern \"C\" {

");
     }
 

Reply via email to