summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorUray M. János <uray.janos@gmail.com>2012-07-25 16:06:39 +0200
committerAndras Timar <atimar@suse.com>2012-08-10 21:51:30 +0200
commit15ee0e20565962c82b0ce474ac54c200e83a2850 (patch)
treed9d950b66ae1715c018c2d4fffbf1be6772f54dd /basctl
parent24ec879f63f1d6525a06e870bc02458ea28db9d0 (diff)
fixed Replace all message in Basic IDE
Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basides1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx
index 42f6df458cb3..f7d5062cc302 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -151,7 +151,7 @@ void BasicIDEShell::ExecuteCurrent( SfxRequest& rReq )
{
// memorize item because of the adjustments...
BasicIDEGlobals::GetExtraData()->SetSearchItem( (const SvxSearchItem&)rItem );
- sal_uInt16 nFound = 0;
+ sal_Int32 nFound = 0;
sal_Bool bCanceled = sal_False;
if ( ((const SvxSearchItem&)rItem).GetCommand() == SVX_SEARCHCMD_REPLACE_ALL )
{