diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-02 16:03:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-02 16:04:27 +0000 |
commit | da0bd7a50139b06e14c1917af044b37d10ebaf4f (patch) | |
tree | 277ad290506c6b70e8211237b52c734a3125ff45 /unotools/inc | |
parent | 0cbcb89fde8cc81db499bc1e388fd53ef6fa3c3f (diff) |
drop freshly unused methods
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/lingucfg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/inc/unotools/lingucfg.hxx b/unotools/inc/unotools/lingucfg.hxx index 4ae102007dde..668cb267107b 100644 --- a/unotools/inc/unotools/lingucfg.hxx +++ b/unotools/inc/unotools/lingucfg.hxx @@ -225,7 +225,6 @@ public: std::vector< SvtLinguConfigDictionaryEntry > GetActiveDictionariesByFormat( const rtl::OUString &rFormatName ); // functions returning file URLs to the respective images (if found) and empty string otherwise - ::rtl::OUString GetSpellAndGrammarDialogImage( const ::rtl::OUString &rServiceImplName ) const; ::rtl::OUString GetSpellAndGrammarContextSuggestionImage( const ::rtl::OUString &rServiceImplName ) const; ::rtl::OUString GetSpellAndGrammarContextDictionaryImage( const ::rtl::OUString &rServiceImplName ) const; ::rtl::OUString GetThesaurusDialogImage( const ::rtl::OUString &rServiceImplName ) const; |