[Libreoffice-commits] core.git: basic/source
Noel Power
noel.power at suse.com
Tue Mar 19 08:49:55 PDT 2013
basic/source/runtime/methods.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 205277f5e640492ce488a030b685f41cf2ef9442
Author: Noel Power <noel.power at suse.com>
Date: Tue Mar 19 15:48:39 2013 +0000
remove commented out line I inserted to screw up Juliens patch
Change-Id: I7f874267a640a7cc754eb7477b764f7546fdc5ea
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 862f4d0..12dfff2 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -1266,7 +1266,6 @@ RTLFUNC(Mid)
{
aResultStr = aArgStr;
aResultStr.remove( nStartPos, nLen );
- //aResultStr.insert( nStartPos, rPar.Get(4)->GetOUString().getStr(), nLen);
aResultStr.insert( nStartPos, rPar.Get(4)->GetOUString().getStr(), std::min(nLen, rPar.Get(4)->GetOUString().getLength()));
}
More information about the Libreoffice-commits
mailing list