typo, thanks Guest70165 :-)
This commit is contained in:
parent
7e9eda006b
commit
3fc07bb4f1
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ sal_Bool SvFileStream::LockRange( sal_Size nByteOffset, sal_Size nBytes )
|
|||
{
|
||||
#if OSL_DEBUG_LEVEL > 1
|
||||
fprintf( stderr, "InternalLock on %s [ %ld ... %ld ] failed\n",
|
||||
rtl::OUStringToOStroug(aFilename, osl_getThreadTextEncoding()).getStr(), nByteOffset, nByteOffset+nBytes );
|
||||
rtl::OUStringToOString(aFilename, osl_getThreadTextEncoding()).getStr(), nByteOffset, nByteOffset+nBytes );
|
||||
#endif
|
||||
return sal_False;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue