diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:50:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:50 +0200 |
commit | bdc9ea5f65027e051269a84eb09189347a8787d6 (patch) | |
tree | 5e1f1a2dd9e89c8686cc006b82017573cbaf102a /include | |
parent | e327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (diff) |
remove unused code SfxGrabBagItem::SetGrabBag
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
Diffstat (limited to 'include')
-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; |