summaryrefslogtreecommitdiff
path: root/forms/source/component/entrylisthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/entrylisthelper.hxx')
-rw-r--r--forms/source/component/entrylisthelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx
index c261e4e6cd0e..d2f205a88d00 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -51,7 +51,7 @@ namespace frm
css::uno::Reference< css::form::binding::XListEntrySource >
m_xListSource; /// our external list source
- css::uno::Sequence< OUString >
+ std::vector< OUString >
m_aStringItems; /// "overridden" StringItemList property value
::comphelper::OInterfaceContainerHelper2
m_aRefreshListeners;
@@ -63,7 +63,7 @@ namespace frm
virtual ~OEntryListHelper( );
/// returns the current string item list
- inline const css::uno::Sequence< OUString >&
+ inline const std::vector< OUString >&
getStringItemList() const { return m_aStringItems; }
/// determines whether we actually have an external list source