summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accportions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accportions.cxx')
-rw-r--r--sw/source/core/access/accportions.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/access/accportions.cxx b/sw/source/core/access/accportions.cxx
index 0142391027b8..6acc32b6cbc2 100644
--- a/sw/source/core/access/accportions.cxx
+++ b/sw/source/core/access/accportions.cxx
@@ -182,7 +182,6 @@ void SwAccessiblePortionData::Special(
sDisplay = aTmpBuffer.makeStringAndClear();
break;
}
- // <--
default:
sDisplay = rText;
break;
@@ -348,7 +347,6 @@ void SwAccessiblePortionData::GetBoundaryOfLine( const sal_Int32 nLineNo,
{
FillBoundary( rLineBound, aLineBreaks, nLineNo );
}
-// <--
void SwAccessiblePortionData::GetLastLineBoundary(
Boundary& rBound ) const
@@ -472,7 +470,6 @@ size_t SwAccessiblePortionData::FindLastBreak(
{
nResult++;
}
- // <--
return nResult;
}