[Libreoffice-commits] .: basctl/source

Noel Power noelp at kemper.freedesktop.org
Thu Dec 15 07:19:17 PST 2011


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

New commits:
commit f269629d1b0182d89b2f5a769fbb0f8dcb815ec3
Author: Noel Power <noel.power at novell.com>
Date:   Thu Dec 15 15:13:04 2011 +0000

    fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion

diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx
index e75affa..a194029 100644
--- a/basctl/source/basicide/scriptdocument.cxx
+++ b/basctl/source/basicide/scriptdocument.cxx
@@ -1311,7 +1311,7 @@ namespace basctl
             ::std::insert_iterator< ::std::set< ::rtl::OUString > >( aUsedNamesCheck, aUsedNamesCheck.begin() ) );
 
         bool bValid = false;
-        sal_uInt16 i = 1;
+        sal_Int32 i = 1;
         while ( !bValid )
         {
             aObjectName = aBaseName;


More information about the Libreoffice-commits mailing list