[Libreoffice-commits] .: binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jun 7 05:35:47 PDT 2011
binfilter/bf_sw/source/core/text/sw_txtfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5732888785e375bc21a952e0b00024b73c8dfc08
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 7 13:35:41 2011 +0100
WaE: MacOSX more picky
diff --git a/binfilter/bf_sw/source/core/text/sw_txtfrm.cxx b/binfilter/bf_sw/source/core/text/sw_txtfrm.cxx
index 00ae1e8..d4582c4 100644
--- a/binfilter/bf_sw/source/core/text/sw_txtfrm.cxx
+++ b/binfilter/bf_sw/source/core/text/sw_txtfrm.cxx
@@ -615,7 +615,7 @@ namespace binfilter {
/*M*/ SET_SCRIPT_INVAL( nPos )
/*M*/ bSetFldsDirty = bRecalcFtnFlag = sal_True;
/*M*/ if( HasFollow() )
-/*M*/ lcl_ModifyOfst( this, nPos, -1 );
+/*M*/ lcl_ModifyOfst( this, nPos, STRING_LEN );
/*M*/ }
/*M*/ break;
/*M*/ case RES_DEL_TXT:
More information about the Libreoffice-commits
mailing list