summaryrefslogtreecommitdiff
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
parente327fd0c5dcb927990bdf1a34d6f99f11edb22a9 (diff)
remove unused code SfxGrabBagItem::SetGrabBag
Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487
-rw-r--r--include/svl/grabbagitem.hxx1
-rw-r--r--svl/source/items/grabbagitem.cxx5
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 7 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;
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;
diff --git a/unusedcode.easy b/unusedcode.easy
index b538e242257f..b4483dff41c5 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -42,7 +42,6 @@ SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*)
SfxBindings::GetSlot(unsigned short)
SfxBindings::GetSystemWindow() const
SfxDispatcher::IsOnTop(SfxShell const&)
-SfxGrabBagItem::SetGrabBag(std::map<rtl::OUString, com::sun::star::uno::Any, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Any> > > const&)
SfxInt64Item::SetValue(long)
SimpleErrorHandler::SimpleErrorHandler()
StyleSettings::SetActiveColor2(Color const&)