summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/select.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/select.cxx')
-rw-r--r--sw/source/ui/wrtsh/select.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/wrtsh/select.cxx b/sw/source/ui/wrtsh/select.cxx
index 56660aa03052..5b8eee1f367f 100644
--- a/sw/source/ui/wrtsh/select.cxx
+++ b/sw/source/ui/wrtsh/select.cxx
@@ -40,14 +40,12 @@
#include <doc.hxx>
#include <wordcountdialog.hxx>
-
namespace com { namespace sun { namespace star { namespace util {
struct SearchOptions;
} } } }
using namespace ::com::sun::star::util;
-
static long nStartDragX = 0, nStartDragY = 0;
static bool bStartDrag = false;
@@ -71,8 +69,6 @@ sal_Bool SwWrtShell::SelNearestWrd()
return SelWrd();
}
-
-
sal_Bool SwWrtShell::SelWrd(const Point *pPt, sal_Bool )
{
sal_Bool bRet;
@@ -123,7 +119,6 @@ void SwWrtShell::SelPara(const Point *pPt, sal_Bool )
bSelWrd = sal_False; // disable SelWord, otherwise no SelLine goes on
}
-
long SwWrtShell::SelAll()
{
const sal_Bool bLockedView = IsViewLocked();
@@ -475,7 +470,6 @@ long SwWrtShell::ExtSelWrd(const Point *pPt, sal_Bool )
return bRet;
}
-
long SwWrtShell::ExtSelLn(const Point *pPt, sal_Bool )
{
SwMvContext aMvContext(this);