summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbalistcontrolhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/msforms/vbalistcontrolhelper.cxx')
-rw-r--r--vbahelper/source/msforms/vbalistcontrolhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbalistcontrolhelper.cxx b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
index 58884dbf62fc..3fffbd5b1941 100644
--- a/vbahelper/source/msforms/vbalistcontrolhelper.cxx
+++ b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
@@ -166,9 +166,9 @@ ListControlHelper::Clear( )
}
void
-ListControlHelper::setRowSource( const OUString& _rowsource )
+ListControlHelper::setRowSource( std::u16string_view _rowsource )
{
- if ( _rowsource.isEmpty() )
+ if ( _rowsource.empty() )
Clear();
}