summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-24 16:55:31 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-26 23:01:18 +0200
commit7dd4555fef48665351b94f5956b3932ea19cbe54 (patch)
tree3076e0eb4535a57f2c6d534f7e1bdbff92a71b6f /sw
parent793ec02cc3cd53916e20e5e981662a989eff8a48 (diff)
remove unused class SwItemPropertySet
Change-Id: I6913d5ac9ce5082a8050da26c77a4b3bcb40a699
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/unomap.hxx8
-rw-r--r--sw/source/core/unocore/unomap.cxx6
2 files changed, 0 insertions, 14 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx
index 1b938bc6b8d8..dce014faba05 100644
--- a/sw/inc/unomap.hxx
+++ b/sw/inc/unomap.hxx
@@ -306,14 +306,6 @@
#define WID_TXTCOL_AUTO_DISTANCE 6
#define WID_TXTCOL_LINE_STYLE 7
-class SwItemPropertySet : public SfxItemPropertySet
-{
-protected:
- virtual sal_Bool FillItem(SfxItemSet& rSet, sal_uInt16 nWhich, sal_Bool bGetProperty) const;
-public:
- SwItemPropertySet( const SfxItemPropertyMapEntry *pMap ) :
- SfxItemPropertySet( pMap ){}
-};
class SwUnoPropertyMapProvider
{
SfxItemPropertyMapEntry* aMapEntriesArr[PROPERTY_MAP_END];
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx
index 7df9865b0d12..f63b85abe5d8 100644
--- a/sw/source/core/unocore/unomap.cxx
+++ b/sw/source/core/unocore/unomap.cxx
@@ -3120,10 +3120,4 @@ const SfxItemPropertySet* SwUnoPropertyMapProvider::GetPropertySet( sal_uInt16
return aPropertySetArr[nPropertyId];
}
-sal_Bool SwItemPropertySet::FillItem(SfxItemSet& /*rSet*/, sal_uInt16 /*nWhich*/, sal_Bool /*bGetProperty*/) const
-{
- sal_Bool bRet = sal_False;
- return bRet;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */