summaryrefslogtreecommitdiff
path: root/forms/source/inc/FormComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/FormComponent.hxx')
-rw-r--r--forms/source/inc/FormComponent.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 745dc88a11f0..5ea0a642935b 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -664,9 +664,8 @@ protected:
m_xColumn;
protected:
- inline const OUString& getValuePropertyName( ) const { return m_sValuePropertyName; }
- inline sal_Int32 getValuePropertyAggHandle( ) const { return m_nValuePropertyAggregateHandle; }
- inline const OUString& getControlSource( ) const { return m_aControlSource; }
+ inline sal_Int32 getValuePropertyAggHandle( ) const { return m_nValuePropertyAggregateHandle; }
+ inline const OUString& getControlSource( ) const { return m_aControlSource; }
inline bool isRequired() const { return m_bRequired; }
inline bool isLoaded() const { return m_bLoaded; }