diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:25:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:47 +0200 |
commit | fd6a568ada08d0be7ce3881beb9bd664f6843cd7 (patch) | |
tree | beaad56ad631a567258be86b546aff236637671b /editeng | |
parent | e964e2c56b62eeef77b4287544dccab1c964070e (diff) |
remove unused code SvxNumRule::Create(SvStream&)
Change-Id: I82205010e613a07df24f22071eec74f53578671d
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/numitem.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index b2580e6b832a..2a1a348189ca 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -699,11 +699,6 @@ SvxNumRule::SvxNumRule( SvStream &rStream ) rStream.ReadUInt16( nTmp16 ); nFeatureFlags = nTmp16; } -SvxNumRule* SvxNumRule::Create( SvStream & rStream ) -{ - return new SvxNumRule( rStream ); -} - SvStream& SvxNumRule::Store( SvStream &rStream ) { rStream.WriteUInt16( (sal_uInt16)NUMITEM_VERSION_03 ); |