diff options
-rw-r--r-- | forms/source/component/ListBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index f33312952e44..42dc08aee90d 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -95,7 +95,7 @@ namespace frm { } - void operator()( const OUString& _append ) + void operator()( const ORowSetValue& _append ) { m_string += _append; } |