summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 12:22:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:18 +0200
commitc446a09217670c025076cbc9135bcdb5d8e11757 (patch)
tree208db08e56922f92d222b615c160c6e29265c7d0 /sw/source/uibase/wrtsh
parent433a36118998e8a33eaef726891e2475f0e9395e (diff)
SwWrtShell::IntelligentCut return type is int/SwWrtShell::word
Change-Id: Ib87cf099d7eade7d6dd04f14b5693c8b2f9115ec
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/select.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx
index 2577dcae8f60..afe4d925c8c2 100644
--- a/sw/source/uibase/wrtsh/select.cxx
+++ b/sw/source/uibase/wrtsh/select.cxx
@@ -861,7 +861,7 @@ int SwWrtShell::IntelligentCut(int nSelection, bool bCut)
// there are multiple cursors, since a second was placed
// already at the target position.
if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) )
- return sal_False;
+ return NO_WORD;
OUString sTxt;
CharClass& rCC = GetAppCharClass();