diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-12 14:42:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-13 12:00:28 +0200 |
commit | d812b784313ed85ae5085d54a3ae50aa064c053c (patch) | |
tree | 18ca11db817b1ed591bacf9a0d019daf4eaafe48 /include/svtools | |
parent | 8acc97fb46dbb91fdf7e3ee64befed3a9a09a38f (diff) |
remove unused code -SvtLanguageTable::AddLanguageTag
Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/langtab.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/langtab.hxx b/include/svtools/langtab.hxx index 003487373271..4503d38c634e 100644 --- a/include/svtools/langtab.hxx +++ b/include/svtools/langtab.hxx @@ -43,13 +43,6 @@ public: */ static OUString GetLanguageString( const LanguageType eType, bool bUserInterfaceSelection ); - /** Add a language tag to the table. - - @param rString - UI visible description string. If empty, the rLanguageTag Bcp47 - string is used instead. - */ - static sal_uInt32 AddLanguageTag( const LanguageTag& rLanguageTag, const OUString& rString ); }; // Add LRE or RLE embedding characters to the string based on the |