summaryrefslogtreecommitdiff
path: root/svl/inc
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/inc
parent4fa8d043f8336e7b35130934498f8a4b357967d3 (diff)
Remove unused code
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/dateitem.hxx1
-rw-r--r--svl/inc/svl/isethint.hxx1
-rw-r--r--svl/inc/svl/itemprop.hxx1
-rw-r--r--svl/inc/svl/lckbitem.hxx2
-rw-r--r--svl/inc/svl/lstner.hxx1
-rw-r--r--svl/inc/svl/style.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/svl/inc/svl/dateitem.hxx b/svl/inc/svl/dateitem.hxx
index 54f9a450f94c..51155a2d8255 100644
--- a/svl/inc/svl/dateitem.hxx
+++ b/svl/inc/svl/dateitem.hxx
@@ -47,7 +47,6 @@ private:
public:
TYPEINFO();
- SfxDateTimeItem( sal_uInt16 nWhich );
SfxDateTimeItem( sal_uInt16 nWhich,
const DateTime& rDT );
SfxDateTimeItem( const SfxDateTimeItem& rCpy );
diff --git a/svl/inc/svl/isethint.hxx b/svl/inc/svl/isethint.hxx
index d03cd6942960..5cae95459640 100644
--- a/svl/inc/svl/isethint.hxx
+++ b/svl/inc/svl/isethint.hxx
@@ -43,7 +43,6 @@ class SVL_DLLPUBLIC SfxItemSetHint: public SfxHint
public:
TYPEINFO();
- SfxItemSetHint( SfxItemSet *pItemSet );
SfxItemSetHint( const SfxItemSet &rItemSet );
virtual ~SfxItemSetHint();
diff --git a/svl/inc/svl/itemprop.hxx b/svl/inc/svl/itemprop.hxx
index 09dfadc34eb9..f56a5d20d763 100644
--- a/svl/inc/svl/itemprop.hxx
+++ b/svl/inc/svl/itemprop.hxx
@@ -183,7 +183,6 @@ public:
hasPropertyByName( const ::rtl::OUString& Name )
throw(::com::sun::star::uno::RuntimeException);
- const SfxItemPropertyMap* getMap() const;
};
class SVL_DLLPUBLIC SfxExtItemPropertySetInfo: public cppu::WeakImplHelper1<com::sun::star::beans::XPropertySetInfo >
diff --git a/svl/inc/svl/lckbitem.hxx b/svl/inc/svl/lckbitem.hxx
index 3b41c834010f..9c40771cd3f7 100644
--- a/svl/inc/svl/lckbitem.hxx
+++ b/svl/inc/svl/lckbitem.hxx
@@ -43,8 +43,6 @@ class SVL_DLLPUBLIC SfxLockBytesItem : public SfxPoolItem
public:
TYPEINFO();
SfxLockBytesItem();
- SfxLockBytesItem( sal_uInt16 nWhich,
- SvLockBytes *pLockBytes );
SfxLockBytesItem( sal_uInt16 nWhich, SvStream & );
SfxLockBytesItem( const SfxLockBytesItem& );
~SfxLockBytesItem();
diff --git a/svl/inc/svl/lstner.hxx b/svl/inc/svl/lstner.hxx
index c87d88ac890c..a2b590939804 100644
--- a/svl/inc/svl/lstner.hxx
+++ b/svl/inc/svl/lstner.hxx
@@ -60,7 +60,6 @@ public:
sal_Bool StartListening( SfxBroadcaster& rBroadcaster, sal_Bool bPreventDups = sal_False );
sal_Bool EndListening( SfxBroadcaster& rBroadcaster, sal_Bool bAllDups = sal_False );
- void EndListening( sal_uInt16 nNo );
void EndListeningAll();
sal_Bool IsListening( SfxBroadcaster& rBroadcaster ) const;
diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx
index 7edecd70883d..ceb8050f31c8 100644
--- a/svl/inc/svl/style.hxx
+++ b/svl/inc/svl/style.hxx
@@ -285,7 +285,6 @@ public:
virtual sal_Bool SetParent( const UniString& );
protected:
- SfxStyleSheet(); // do not use!
virtual ~SfxStyleSheet();
};