diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 13:12:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:01 +0200 |
commit | 09e5de8278dd8f13adcf614db35c8a8a04ba8e47 (patch) | |
tree | 0a46bac4e15b78aecc0b6883f02a1dce0ce1d53f /i18npool/source/localedata/LocaleNode.hxx | |
parent | c16e4b10196e73aec63be13488e235496946d8b7 (diff) |
remove unused code in i18npool/OFileWriter
Specifically:
OFileWriter::flush()
OFileWriter::writeDefaultParameter(char const*,
rtl::OUString const&)
OFileWriter::writeParameter(char const*, char const*,
rtl::OUString const&)
Change-Id: Ie359be257b3c7493e31fcf4201818c29c9c3df53
Diffstat (limited to 'i18npool/source/localedata/LocaleNode.hxx')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx index 27b4586530db..59940db867ed 100644 --- a/i18npool/source/localedata/LocaleNode.hxx +++ b/i18npool/source/localedata/LocaleNode.hxx @@ -57,14 +57,11 @@ public: void writeRefFunction3(const char *func, const OUString& useLocale) const; void writeIntParameter(const sal_Char* pAsciiStr, const sal_Int16 count, sal_Int16 val) const; bool writeDefaultParameter(const sal_Char* pAsciiStr, const OUString& str, sal_Int16 count) const; - bool writeDefaultParameter(const sal_Char* pAsciiStr, const OUString& str) const; void writeParameter(const sal_Char* pAsciiStr, const OUString& aChars) const; void writeParameter(const sal_Char* pAsciiStr, const OUString& aChars, sal_Int16 count) const; void writeParameter(const sal_Char* pAsciiStr, const OUString& aChars, sal_Int16 count0, sal_Int16 count1) const; void writeParameter(const sal_Char* pTagStr, const sal_Char* pAsciiStr, const OUString& aChars, const sal_Int16 count) const; - void writeParameter(const sal_Char* pTagStr, const sal_Char* pAsciiStr, const OUString& aChars) const; void writeParameter(const sal_Char* pTagStr, const sal_Char* pAsciiStr, const OUString& aChars, sal_Int16 count0, sal_Int16 count1) const; - void flush(void) const ; void closeOutput(void) const; /// Return the locale string, something like en_US or de_DE const char * getLocale() const { return theLocale; } |