diff options
Diffstat (limited to 'include/svl/grabbagitem.hxx')
-rw-r--r-- | include/svl/grabbagitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx index 0f3f763ece11..fa02321297e2 100644 --- a/include/svl/grabbagitem.hxx +++ b/include/svl/grabbagitem.hxx @@ -30,7 +30,6 @@ public: SfxGrabBagItem(const SfxGrabBagItem& rItem); ~SfxGrabBagItem(); - void SetGrabBag(const std::map<OUString, com::sun::star::uno::Any>& rMap); const std::map<OUString, com::sun::star::uno::Any>& GetGrabBag() const; virtual bool operator==(const SfxPoolItem&) const; |