summaryrefslogtreecommitdiff
path: root/include/svl/grabbagitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/grabbagitem.hxx')
-rw-r--r--include/svl/grabbagitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx
index d7606199fc4f..9ba6868de599 100644
--- a/include/svl/grabbagitem.hxx
+++ b/include/svl/grabbagitem.hxx
@@ -30,7 +30,7 @@ public:
SfxGrabBagItem(const SfxGrabBagItem& rItem);
virtual ~SfxGrabBagItem();
- const std::map<OUString, com::sun::star::uno::Any>& GetGrabBag() const;
+ const std::map<OUString, com::sun::star::uno::Any>& GetGrabBag() const { return m_aMap;}
virtual bool operator==(const SfxPoolItem&) const SAL_OVERRIDE;
virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;