summaryrefslogtreecommitdiff
path: root/include/svl/grabbagitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:50:50 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:50 +0200
commitbdc9ea5f65027e051269a84eb09189347a8787d6 (patch)
tree5e1f1a2dd9e89c8686cc006b82017573cbaf102a /include/svl/grabbagitem.hxx
parente327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (diff)
remove unused code SfxGrabBagItem::SetGrabBag
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
Diffstat (limited to 'include/svl/grabbagitem.hxx')
-rw-r--r--include/svl/grabbagitem.hxx1
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;