Bugzilla – Attachment 96237 Details for
Bug 74981
EDITING: input field duplicated when I press Enter in front of it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
possible fix
fdo74981.diff (text/plain), 523 bytes, created by
Björn Michaelsen
on 2014-03-23 13:44:56 UTC
(
hide
)
Description:
possible fix
Filename:
MIME Type:
Creator:
Björn Michaelsen
Created:
2014-03-23 13:44:56 UTC
Size:
523 bytes
patch
obsolete
>diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx >index e866049..92ff81c 100644 >--- a/sw/source/core/txtnode/ndtxt.cxx >+++ b/sw/source/core/txtnode/ndtxt.cxx >@@ -1930,6 +1930,8 @@ OUString SwTxtNode::InsertText( const OUString & rStr, const SwIndex & rIdx, > void SwTxtNode::CutText( SwTxtNode * const pDest, > const SwIndex & rStart, const sal_Int32 nLen ) > { >+ if(nLen == 0) >+ return; > if(pDest) > { > SwIndex aDestStt(pDest, pDest->GetTxt().getLength());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74981
: 96237