diff options
author | Uray M. János <uray.janos@gmail.com> | 2012-07-25 16:06:39 +0200 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-07-26 09:46:10 +0100 |
commit | 604b1bf89ced64b509122eaa8cc99dbf033438ab (patch) | |
tree | a9548e3490d1ea674435c3ba33478c1f51fc52ed /basctl | |
parent | 4f08fcb8e337f79f1282966bf726f82ddadf24a3 (diff) |
fixed Replace all message in Basic IDE
Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basides1.cxx | 2 |
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 ) { |