diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-06-17 16:09:17 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-06-17 16:09:17 +0200 |
commit | 1a639c734cec2dfce0a4efe2fecdeeddbbc9b441 (patch) | |
tree | cabff5edf74306be036b7cc668fef11d7dab67b4 | |
parent | 0fb004299f88eff2e6077b8aabac07dde3ec3f02 (diff) |
mib16: compiler warning (debug only)
-rwxr-xr-x | basic/source/runtime/runtime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 1ace790f8aee..c3419adbfdb3 100755 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -907,7 +907,7 @@ sal_Int32 SbiRuntime::translateErrorToVba( SbError nError, String& rMsg ) { // TEST, has to be vb here always #ifdef DBG_UTIL - SbError nTmp = StarBASIC::GetSfxFromVBError( nError ); + SbError nTmp = StarBASIC::GetSfxFromVBError( (USHORT)nError ); DBG_ASSERT( nTmp, "No VB error!" ); #endif |