diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-02-13 22:31:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-14 16:32:01 +0000 |
commit | 1dc612970f57aa5599c6d1b7afb10a3f5f4403d2 (patch) | |
tree | 2685ccbdc878172dc6c7ca210748f0ecc68779cd /editeng/inc | |
parent | 2e01faac3fa50f7036093583ae52f1584b3de55c (diff) |
Remove unused code.
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/numitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/editeng/numitem.hxx b/editeng/inc/editeng/numitem.hxx index 1084ea1fbdd8..ea34a7f44d5e 100644 --- a/editeng/inc/editeng/numitem.hxx +++ b/editeng/inc/editeng/numitem.hxx @@ -278,7 +278,6 @@ public: const SvxNumberFormat* Get(sal_uInt16 nLevel)const; const SvxNumberFormat& GetLevel(sal_uInt16 nLevel)const; void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat& rFmt, sal_Bool bIsValid = sal_True); - void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt); sal_Bool IsContinuousNumbering()const {return bContinuousNumbering;} |