summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-02-13 22:31:23 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-14 16:32:01 +0000
commit1dc612970f57aa5599c6d1b7afb10a3f5f4403d2 (patch)
tree2685ccbdc878172dc6c7ca210748f0ecc68779cd /editeng/inc
parent2e01faac3fa50f7036093583ae52f1584b3de55c (diff)
Remove unused code.
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/numitem.hxx1
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;}