[Libreoffice-commits] core.git: basic/source
Julien Nabet
serval2412 at yahoo.fr
Sat May 23 07:54:37 PDT 2015
basic/source/basmgr/basmgr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4d9595637c5ae4b7e8818b025a95eedb25bb7d70
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat May 23 16:52:25 2015 +0200
Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7
nEndPos is in fact sal_uInt32 type
Change-Id: I434564eebff2138709807676ae855a8f487f4c09
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 158f0d2..b00cbab 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -80,7 +80,7 @@ typedef WeakImplHelper1< script::XStarBasicLibraryInfo > LibraryInfoHelper;
typedef WeakImplHelper1< script::XStarBasicAccess > StarBasicAccessHelper;
// Version 1
-// sal_uIntPtr nEndPos
+// sal_uInt32 nEndPos
// sal_uInt16 nId
// sal_uInt16 nVer
// bool bDoLoad
More information about the Libreoffice-commits
mailing list