Kaydet (Commit) c446a092 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SwWrtShell::IntelligentCut return type is int/SwWrtShell::word

Change-Id: Ib87cf099d7eade7d6dd04f14b5693c8b2f9115ec
üst 433a3611
...@@ -861,7 +861,7 @@ int SwWrtShell::IntelligentCut(int nSelection, bool bCut) ...@@ -861,7 +861,7 @@ int SwWrtShell::IntelligentCut(int nSelection, bool bCut)
// there are multiple cursors, since a second was placed // there are multiple cursors, since a second was placed
// already at the target position. // already at the target position.
if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) ) if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) )
return sal_False; return NO_WORD;
OUString sTxt; OUString sTxt;
CharClass& rCC = GetAppCharClass(); CharClass& rCC = GetAppCharClass();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment