summaryrefslogtreecommitdiffstats
path: root/include/vcl/toolkit/combobox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/combobox.hxx')
-rw-r--r--include/vcl/toolkit/combobox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/combobox.hxx b/include/vcl/toolkit/combobox.hxx
index dc21395d7f68..f31d0a83152e 100644
--- a/include/vcl/toolkit/combobox.hxx
+++ b/include/vcl/toolkit/combobox.hxx
@@ -91,7 +91,7 @@ public:
void RemoveEntryAt(sal_Int32 nPos);
void Clear();
- sal_Int32 GetEntryPos( const OUString& rStr ) const;
+ sal_Int32 GetEntryPos( std::u16string_view rStr ) const;
Image GetEntryImage( sal_Int32 nPos ) const;
OUString GetEntry( sal_Int32 nPos ) const;
sal_Int32 GetEntryCount() const;