summaryrefslogtreecommitdiff
path: root/svtools/workben/stest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/workben/stest.cxx')
-rw-r--r--svtools/workben/stest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/workben/stest.cxx b/svtools/workben/stest.cxx
index 85b7013663da..ca6c8a757734 100644
--- a/svtools/workben/stest.cxx
+++ b/svtools/workben/stest.cxx
@@ -124,15 +124,15 @@ IMPL_LINK( SearchWindow, ClickHdl, Button *, pButton )
/* InfoBox( this, String( "T: " ) + sText +
String( "\nS: " ) + sSrch ).Execute();
*/
- BOOL bRet = FALSE;
- USHORT nStt = 0, nEnd = sText.Len();
+ sal_Bool bRet = sal_False;
+ sal_uInt16 nStt = 0, nEnd = sText.Len();
{
aParam.SetSrchStr( sSrch );
SearchText aSrchText( aParam, GetpApp()->GetAppInternational() );
bRet = aSrchText.SearchFrwrd( sText, &nStt, &nEnd );
-// BOOL SearchBkwrd( const String &rStr, USHORT* pStart, USHORT* pEnde );
+// sal_Bool SearchBkwrd( const String &rStr, sal_uInt16* pStart, sal_uInt16* pEnde );
}
String sFound( "gefunden" );