diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 19:52:55 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:32:59 +0100 |
commit | ad2eb0d742346b541464b4df7ac5f0a9acb28a4f (patch) | |
tree | f910a6b945d93a670f7bba19c49e94f359348bf2 /sal | |
parent | 944faca5aec0f1d0176c5cb3f686e61ef923fac6 (diff) |
WaE: unused variable nLen
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file_dirvol.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx index 50ad92727889..46f2af5df51b 100644 --- a/sal/osl/w32/file_dirvol.cxx +++ b/sal/osl/w32/file_dirvol.cxx @@ -1747,7 +1747,6 @@ oslFileError SAL_CALL osl_getFileStatus( { if ( !pItemImpl->bFullPathNormalized ) { - sal_uInt32 nLen = rtl_uString_getLength( pItemImpl->m_pFullPath ); ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pItemImpl->m_pFullPath ) ), ::osl::mingw_reinterpret_cast<LPTSTR>( aBuffer ), |