diff options
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r-- | i18npool/source/collator/gencoll_rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx index 3048d12bb90b..88b8b50ea423 100644 --- a/i18npool/source/collator/gencoll_rule.cxx +++ b/i18npool/source/collator/gencoll_rule.cxx @@ -33,7 +33,7 @@ /* Main Procedure */ -void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len) +static void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len) { FILE *fp = fopen(file, "wb"); if (fp == nullptr) { |