summaryrefslogtreecommitdiff
path: root/svl/source
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 /svl/source
parente327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (diff)
remove unused code SfxGrabBagItem::SetGrabBag
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/items/grabbagitem.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/grabbagitem.cxx b/svl/source/items/grabbagitem.cxx
index d9415abd2c72..cf4c13ae526b 100644
--- a/svl/source/items/grabbagitem.cxx
+++ b/svl/source/items/grabbagitem.cxx
@@ -42,11 +42,6 @@ SfxGrabBagItem::~SfxGrabBagItem()
{
}
-void SfxGrabBagItem::SetGrabBag(const std::map<OUString, uno::Any>& rMap)
-{
- m_aMap = rMap;
-}
-
const std::map<OUString, uno::Any>& SfxGrabBagItem::GetGrabBag() const
{
return m_aMap;