Kaydet (Commit) 7dd4555f authored tarafından Matúš Kukan's avatar Matúš Kukan

remove unused class SwItemPropertySet

Change-Id: I6913d5ac9ce5082a8050da26c77a4b3bcb40a699
üst 793ec02c
...@@ -306,14 +306,6 @@ ...@@ -306,14 +306,6 @@
#define WID_TXTCOL_AUTO_DISTANCE 6 #define WID_TXTCOL_AUTO_DISTANCE 6
#define WID_TXTCOL_LINE_STYLE 7 #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 class SwUnoPropertyMapProvider
{ {
SfxItemPropertyMapEntry* aMapEntriesArr[PROPERTY_MAP_END]; SfxItemPropertyMapEntry* aMapEntriesArr[PROPERTY_MAP_END];
......
...@@ -3120,10 +3120,4 @@ const SfxItemPropertySet* SwUnoPropertyMapProvider::GetPropertySet( sal_uInt16 ...@@ -3120,10 +3120,4 @@ const SfxItemPropertySet* SwUnoPropertyMapProvider::GetPropertySet( sal_uInt16
return aPropertySetArr[nPropertyId]; 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: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment