summaryrefslogtreecommitdiff
path: root/include/editeng/unoipset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoipset.hxx')
-rw-r--r--include/editeng/unoipset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx
index fc24cfbcf99e..9eeede104735 100644
--- a/include/editeng/unoipset.hxx
+++ b/include/editeng/unoipset.hxx
@@ -57,7 +57,7 @@ public:
void AddUsrAnyForID(const css::uno::Any& rAny, sal_uInt16 nWID);
void ClearAllUsrAny();
- css::uno::Reference< css::beans::XPropertySetInfo > getPropertySetInfo() const;
+ css::uno::Reference< css::beans::XPropertySetInfo > const & getPropertySetInfo() const;
const SfxItemPropertyMap& getPropertyMap() const { return m_aPropertyMap;}
const SfxItemPropertySimpleEntry* getPropertyMapEntry(const OUString &rName) const;
};