summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorUray M. János <uray.janos@gmail.com>2012-07-25 16:06:39 +0200
committerNoel Power <noel.power@novell.com>2012-07-26 09:46:10 +0100
commit604b1bf89ced64b509122eaa8cc99dbf033438ab (patch)
treea9548e3490d1ea674435c3ba33478c1f51fc52ed /basctl
parent4f08fcb8e337f79f1282966bf726f82ddadf24a3 (diff)
fixed Replace all message in Basic IDE
Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b
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 b342255d4da7..96f0b65f87a4 100644
--- a/basctl/source/basicide/basides1.cxx
+++ b/basctl/source/basicide/basides1.cxx
@@ -147,7 +147,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 )
{