summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/delete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/delete.cxx')
-rw-r--r--sw/source/ui/wrtsh/delete.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/wrtsh/delete.cxx b/sw/source/ui/wrtsh/delete.cxx
index bba3c3d369d3..7d95390ce8e9 100644
--- a/sw/source/ui/wrtsh/delete.cxx
+++ b/sw/source/ui/wrtsh/delete.cxx
@@ -102,8 +102,6 @@ long SwWrtShell::DelLine()
return nRet;
}
-
-
long SwWrtShell::DelToStartOfLine()
{
OpenMark();
@@ -113,8 +111,6 @@ long SwWrtShell::DelToStartOfLine()
return nRet;
}
-
-
long SwWrtShell::DelToEndOfLine()
{
OpenMark();
@@ -544,7 +540,4 @@ long SwWrtShell::DelPrvWord()
return nRet;
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */