diff options
Diffstat (limited to 'include/svx/sdasitm.hxx')
-rw-r--r-- | include/svx/sdasitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx index 3fd8bd3cb4f6..101b461380ab 100644 --- a/include/svx/sdasitm.hxx +++ b/include/svx/sdasitm.hxx @@ -92,7 +92,7 @@ private: virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE; virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; - const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& GetGeometry() const; + const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& GetGeometry() const { return aPropSeq;} com::sun::star::uno::Any* GetPropertyValueByName( const OUString& rPropName ); com::sun::star::uno::Any* GetPropertyValueByName( const OUString& rPropName, const OUString& rPropName2 ); |