Kaydet (Commit) 419295f1 authored tarafından Justin Luth's avatar Justin Luth

sw:findtxt - whitespace cleanup

Change-Id: I4294617a1cc6cf123dd4bb8efd8c233ba782fdfe
Reviewed-on: https://gerrit.libreoffice.org/39360Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
Tested-by: 's avatarJustin Luth <justin_luth@sil.org>
üst e9bae752
...@@ -155,12 +155,12 @@ lcl_CleanStr(const SwTextNode& rNd, sal_Int32 const nStart, sal_Int32& rEnd, ...@@ -155,12 +155,12 @@ lcl_CleanStr(const SwTextNode& rNd, sal_Int32 const nStart, sal_Int32& rEnd,
if ( bEmpty ) if ( bEmpty )
aReplaced.push_back( nAkt ); aReplaced.push_back( nAkt );
buf[nAkt] = '\x7f'; buf[nAkt] = '\x7f';
} }
} }
break; break;
default: default:
OSL_FAIL( "unknown case in lcl_CleanStr" ); OSL_FAIL( "unknown case in lcl_CleanStr" );
break; break;
} }
} }
++n; ++n;
......
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