diff options
Diffstat (limited to 'include/editeng/unoipset.hxx')
-rw-r--r-- | include/editeng/unoipset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx index 01b8c0e2ca80..ffaa38c4a5fb 100644 --- a/include/editeng/unoipset.hxx +++ b/include/editeng/unoipset.hxx @@ -61,7 +61,7 @@ public: com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > getPropertySetInfo() const; const SfxItemPropertyMapEntry* getPropertyMapEntries() const {return _pMap;} - const SfxItemPropertyMap* getPropertyMap()const { return &m_aPropertyMap;} + const SfxItemPropertyMap& getPropertyMap()const { return m_aPropertyMap;} const SfxItemPropertySimpleEntry* getPropertyMapEntry(const OUString &rName) const; static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > getPropertySetInfo( const SfxItemPropertyMapEntry* pMap ); |