summaryrefslogtreecommitdiff
path: root/svl/source/notify
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-05 18:47:50 +0800
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-05 21:40:30 +0400
commit9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c (patch)
treefcfff781b70e6423b5b5c32831eae1ca251be6b7 /svl/source/notify
parent4fa8d043f8336e7b35130934498f8a4b357967d3 (diff)
Remove unused code
Diffstat (limited to 'svl/source/notify')
-rw-r--r--svl/source/notify/isethint.cxx14
-rw-r--r--svl/source/notify/lstner.cxx13
2 files changed, 0 insertions, 27 deletions
diff --git a/svl/source/notify/isethint.cxx b/svl/source/notify/isethint.cxx
index af16df6e6f0e..e7d851910595 100644
--- a/svl/source/notify/isethint.cxx
+++ b/svl/source/notify/isethint.cxx
@@ -36,20 +36,6 @@ TYPEINIT1(SfxItemSetHint, SfxHint);
//====================================================================
-SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet )
-
-/* [Beschreibung]
-
- Dieser Ctor "ubernimmt das als Parameter "ubergeben <SfxItemSet>,
- das im Dtor gel"oscht wird.
-*/
-
-: _pItemSet( pItemSet )
-{
-}
-
-//--------------------------------------------------------------------
-
SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet )
/* [Beschreibung]
diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx
index a5eb2d0b61ad..8973273b0c69 100644
--- a/svl/source/notify/lstner.cxx
+++ b/svl/source/notify/lstner.cxx
@@ -133,19 +133,6 @@ sal_Bool SfxListener::EndListening( SfxBroadcaster& rBroadcaster, sal_Bool bAllD
//--------------------------------------------------------------------
-// unregisteres at a specific SfxBroadcaster by index
-
-void SfxListener::EndListening( sal_uInt16 nNo )
-{
- DBG_CHKTHIS(SfxListener, 0);
-
- SfxBroadcaster *pBC = aBCs.GetObject(nNo);
- pBC->RemoveListener(*this);
- aBCs.Remove( nNo, 1 );
-}
-
-//--------------------------------------------------------------------
-
// unregisteres all Broadcasters
void SfxListener::EndListeningAll()