summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-08-12 11:31:56 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-08-12 11:34:53 +0200
commit616fa2e637852d31d61342625ce9c7d92834904d (patch)
tree0d98bc189cb94e91a7bc2bc2657158528cfbc4f0 /sw/source/ui/inc/wrtsh.hxx
parent7e7640beb9ceea90467cf4028f926e4358957800 (diff)
sw: Removed SwWrtShell::_CanInsert(), that method only for a beep...
Used SwWrtShell::CanInsert() instead as it's the one doing the job. The _CanInsert was just a wrapper to Beep() when the result was false. Yuk!
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 634cd97966c4..ef7337d6178f 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -612,7 +612,6 @@ private:
SW_DLLPRIVATE long Ignore(const Point *, sal_Bool bProp=sal_False );
SW_DLLPRIVATE void LeaveExtSel() { bSelWrd = bSelLn = sal_False;}
- SW_DLLPRIVATE sal_Bool _CanInsert();
SW_DLLPRIVATE sal_Bool GoStart(sal_Bool KeepArea = sal_False, sal_Bool * = 0,
sal_Bool bSelect = sal_False, sal_Bool bDontMoveRegion = sal_False);