diff options
Diffstat (limited to 'include/unotools/lingucfg.hxx')
-rw-r--r-- | include/unotools/lingucfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index b586b688fd95..20c678b96b4f 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -194,7 +194,7 @@ public: css::uno::Sequence< OUString > GetDisabledDictionaries() const; - std::vector< SvtLinguConfigDictionaryEntry > GetActiveDictionariesByFormat( const OUString &rFormatName ) const; + std::vector< SvtLinguConfigDictionaryEntry > GetActiveDictionariesByFormat( std::u16string_view rFormatName ) const; // functions returning file URLs to the respective images (if found) and empty string otherwise OUString GetSpellAndGrammarContextSuggestionImage( const OUString &rServiceImplName ) const; |