summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-03-17 17:18:08 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-28 20:08:46 +0100
commit061130bd6d60c648991afb83bc0befb48a68f34e (patch)
tree45960c905e6456296614cff0ab32f284bdf074fe /basic/source/comp
parent018652591d0e2a0fc740a16200bc887a9acc93a3 (diff)
fdo#75280 Started cleaning up of sal_uIntPtr usage.
Converted wrong usage of sal_uIntPtr to appropriate other types in basic module. The bug is not fully fixed with this since many other occurences of sal_uIntPtr remain. Update due to code review comments: Fixed forgetting to change some declarations in iosys.cxx. Cleaned up the one remaining sal_uIntPtr in iosys.cxx Fixed adding a sal_uInt64 to a Date (uses long now instead) in methods.cxx Fixed the VarDecFromUI4 call in sbxdec.cxx from sal_uLong to ULONG . Conflicts: basic/source/runtime/iosys.cxx Change-Id: Ia6460be04967deb68b92eb62d945da8814fae605
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/codegen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index 029175b22b8f..70fdc55af345 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -287,7 +287,7 @@ void SbiCodeGen::Save()
// The parameter:
SbxInfo* pInfo = pMeth->GetInfo();
OUString aHelpFile, aComment;
- sal_uIntPtr nHelpId = 0;
+ sal_uInt32 nHelpId = 0;
if( pInfo )
{
// Rescue the additional data