summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/ednumber.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-06-09 00:31:37 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-06-09 00:56:40 +0200
commit7cb8b8c8e9548640e4732daaf8e009eb8d7a38f1 (patch)
tree96309f5cba5ea580486f56e78c946a05864c2ccb /sw/source/core/edit/ednumber.cxx
parentce6cb1db65054b8261b16f1542d03de6ea0e054c (diff)
work on existing comments in sw/source/core/edit
Change-Id: I32b249971ac6ac540d816c38e00321befb181901
Diffstat (limited to 'sw/source/core/edit/ednumber.cxx')
-rw-r--r--sw/source/core/edit/ednumber.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 4566903017e1..8c5eedaeede7 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -178,8 +178,7 @@ sal_Bool SwEditShell::SelectionHasNumber() const
{
bResult = pTxtNd->HasNumber();
- // --> OD 2005-10-26 #b6340308#
- // special case: outline numbered, not counted paragraph
+ // #b6340308# special case: outline numbered, not counted paragraph
if ( bResult &&
pTxtNd->GetNumRule() == GetDoc()->GetOutlineNumRule() &&
!pTxtNd->IsCountedInList() )
@@ -189,7 +188,6 @@ sal_Bool SwEditShell::SelectionHasNumber() const
if (bResult==sal_False) {
break;
}
- // <--
}
}
}
@@ -199,7 +197,8 @@ sal_Bool SwEditShell::SelectionHasNumber() const
return bResult;
}
-//Sym3_879 add a new function to determine number on/off status
+
+// add a new function to determine number on/off status
sal_Bool SwEditShell::SelectionHasBullet() const
{
sal_Bool bResult = HasBullet();