diff options
Diffstat (limited to 'chart2/source/tools/ImplOPropertySet.hxx')
-rw-r--r-- | chart2/source/tools/ImplOPropertySet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.hxx b/chart2/source/tools/ImplOPropertySet.hxx index 28e84cc818c9..ca7e5f0266f9 100644 --- a/chart2/source/tools/ImplOPropertySet.hxx +++ b/chart2/source/tools/ImplOPropertySet.hxx @@ -67,7 +67,7 @@ public: bool SetStyle( const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > & xStyle ); ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > - GetStyle() const; + GetStyle() const { return m_xStyle;} typedef ::std::map< sal_Int32, ::com::sun::star::uno::Any > |