summaryrefslogtreecommitdiff
path: root/chart2/source/inc/WrappedProperty.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/WrappedProperty.hxx')
-rw-r--r--chart2/source/inc/WrappedProperty.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/WrappedProperty.hxx b/chart2/source/inc/WrappedProperty.hxx
index 2baa2f2b9e22..d5f0bea15eef 100644
--- a/chart2/source/inc/WrappedProperty.hxx
+++ b/chart2/source/inc/WrappedProperty.hxx
@@ -37,7 +37,7 @@ public:
WrappedProperty( const OUString& rOuterName, const OUString& rInnerName );
virtual ~WrappedProperty();
- const OUString& getOuterName() const;
+ const OUString& getOuterName() const { return m_aOuterName;}
virtual OUString getInnerName() const;
virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const