summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorArnaud VERSINI <arnaud.versini@pm.me>2024-04-21 13:42:51 +0200
committerArnaud Versini <arnaud.versini@pm.me>2024-04-29 14:21:32 +0200
commitb6c2ff2f05f94637feb537cb4cea5d7f040f9031 (patch)
treed5404c2e13eca310a3a1642a9e668c2eea3b9498 /i18npool
parentf9fb7afe13aa24464eecfee82c3e81e53017d74d (diff)
i18npool : remove useless stdio include generation
Change-Id: Ib37f2c7553de2045496a090cda7006257fcf5e20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166386 Reviewed-by: Arnaud Versini <arnaud.versini@pm.me> Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/saxparser.cxx1
1 files changed, 0 insertions, 1 deletions
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\n", theLocale.c_str());
of.writeAsciiString("#include <sal/types.h>\n\n\n");
of.writeAsciiString("#include <rtl/ustring.hxx>\n\n\n");
- of.writeAsciiString("#include <stdio.h>\n\n");
of.writeAsciiString("extern \"C\" {\n\n");
}