basctl/source/basicide/basides1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 604b1bf89ced64b509122eaa8cc99dbf033438ab
Author: Uray M. János <uray.ja...@gmail.com>
Date:   Wed Jul 25 16:06:39 2012 +0200

    fixed Replace all message in Basic IDE
    
    Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b

diff --git a/basctl/source/basicide/basides1.cxx 
b/basctl/source/basicide/basides1.cxx
index b342255..96f0b65 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 )
                     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to