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 /include/editeng/numitem.hxx | |
parent | e964e2c56b62eeef77b4287544dccab1c964070e (diff) |
remove unused code SvxNumRule::Create(SvStream&)
Change-Id: I82205010e613a07df24f22071eec74f53578671d
Diffstat (limited to 'include/editeng/numitem.hxx')
-rw-r--r-- | include/editeng/numitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 68dfbd378f00..a4709c3f07c1 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -262,7 +262,6 @@ public: SvxNumRule& operator=( const SvxNumRule& ); SvStream& Store(SvStream &rStream); - SvxNumRule* Create(SvStream &rStream); const SvxNumberFormat* Get(sal_uInt16 nLevel)const; const SvxNumberFormat& GetLevel(sal_uInt16 nLevel)const; void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat& rFmt, bool bIsValid = true); |