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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx
index 3ad407c6fea7..b8e3e6504d9e 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -65,15 +65,15 @@ namespace frm
virtual ~OEntryListHelper( );
/// returns the current string item list
- inline const std::vector< OUString >&
+ const std::vector< OUString >&
getStringItemList() const { return m_aStringItems; }
/// returns the current typed item list
- inline const css::uno::Sequence< css::uno::Any >&
+ const css::uno::Sequence< css::uno::Any >&
getTypedItemList() const { return m_aTypedItems; }
/// determines whether we actually have an external list source
- inline bool hasExternalListSource( ) const { return m_xListSource.is(); }
+ bool hasExternalListSource( ) const { return m_xListSource.is(); }
/** handling the XEventListener::disposing call for the case where
our list source is being disposed