diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-16 09:54:05 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-16 15:40:42 +0200 |
commit | c726ee7d9d1c3ab49a1a0f4c07a951cb758822c3 (patch) | |
tree | 2dd85559926d627ae905f42260d55af0855d08b7 /l10ntools/inc | |
parent | 4ddde17087512a45dfe13337ca0b9837c1446979 (diff) |
remove unused function
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/export.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 999eac78ec0a..0d707abe9898 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -342,7 +342,6 @@ public: static bool hasUTF8ByteOrderMarker( const ByteString &rString ); static void RemoveUTF8ByteOrderMarkerFromFile( const ByteString &rFilename ); static bool fileHasUTF8ByteOrderMarker( const ByteString &rString ); - static ByteString GetIsoLangByIndex( sal_uInt16 nIndex ); static void QuotHTML( ByteString &rString ); static bool CopyFile( const ByteString& source , const ByteString& dest ); |