summaryrefslogtreecommitdiffstats
path: root/sw/inc/unomap.hxx
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/inc/unomap.hxx
parentremove now unused ScDocument::GetRowDefault (diff)
downloadcore-7dd4555fef48665351b94f5956b3932ea19cbe54.tar.gz
core-7dd4555fef48665351b94f5956b3932ea19cbe54.zip
remove unused class SwItemPropertySet
Change-Id: I6913d5ac9ce5082a8050da26c77a4b3bcb40a699
Diffstat (limited to 'sw/inc/unomap.hxx')
-rw-r--r--sw/inc/unomap.hxx8
1 files changed, 0 insertions, 8 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];