diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-01 20:34:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-03 09:12:32 +0200 |
commit | ddef1e2c017b7d8e421dedc1a0ce722ff4208985 (patch) | |
tree | 54e52c86e4e33bcb61eee44706117b1616e99624 /include/unotools/lingucfg.hxx | |
parent | 0a6d946694e4fcb39228c5e1fec58fcfd8a45989 (diff) |
add o3tl::equalsAscii
Change-Id: I042b8dcadbf7581de325c161763fe35aecde5ca2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133694
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/lingucfg.hxx')
-rw-r--r-- | include/unotools/lingucfg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index 20c678b96b4f..b4a0b824e127 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -169,18 +169,18 @@ public: const css::uno::Sequence< css::beans::PropertyValue >& rValues ); css::uno::Any - GetProperty( const OUString &rPropertyName ) const; + GetProperty( std::u16string_view rPropertyName ) const; css::uno::Any GetProperty( sal_Int32 nPropertyHandle ) const; - bool SetProperty( const OUString &rPropertyName, + bool SetProperty( std::u16string_view rPropertyName, const css::uno::Any &rValue ); bool SetProperty( sal_Int32 nPropertyHandle, const css::uno::Any &rValue ); void GetOptions( SvtLinguOptions &rOptions ) const; - bool IsReadOnly( const OUString &rPropertyName ) const; + bool IsReadOnly( std::u16string_view rPropertyName ) const; //! //! the following functions work on the 'ServiceManager' sub node of the |