summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/ednumber.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-25 08:04:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-25 08:04:14 +0000
commite30c992f6a0500bc3646228867f17d53c27119f6 (patch)
treee634368f4954a98484ef2779b615012afae492b9 /sw/source/core/edit/ednumber.cxx
parentba5acb69de6f7d05d8f67beee134bb4ac816162c (diff)
INTEGRATION: CWS os94 (1.21.246); FILE MERGED
2007/03/12 08:10:39 os 1.21.246.1: #i75235# unused methods removed
Diffstat (limited to 'sw/source/core/edit/ednumber.cxx')
-rw-r--r--sw/source/core/edit/ednumber.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 522623fed1d3..28e3eb15d38a 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ednumber.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 21:07:15 $
+ * last change: $Author: rt $ $Date: 2007-04-25 09:03:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -763,11 +763,6 @@ void SwEditShell::SetCurNumRule( const SwNumRule& rRule )
EndAllAction();
}
-BYTE SwEditShell::GetCurOutlineLevel() const
-{
- return GetDoc()->GetCurOutlineLevel(*GetCrsr()->GetPoint());
-}
-
String SwEditShell::GetUniqueNumRuleName( const String* pChkStr, BOOL bAutoNum ) const
{
return GetDoc()->GetUniqueNumRuleName( pChkStr, bAutoNum );