Kaydet (Commit) c57906c8 authored tarafından Luboš Luňák's avatar Luboš Luňák

OUString::valueOf sal_Int32 cast once more

üst 79c293dd
...@@ -1255,7 +1255,7 @@ XubString SdrView::GetStatusText() ...@@ -1255,7 +1255,7 @@ XubString SdrView::GetStatusText()
#ifdef DBG_UTIL #ifdef DBG_UTIL
aStr += UniString( RTL_CONSTASCII_USTRINGPARAM( ", Level " ) ); aStr += UniString( RTL_CONSTASCII_USTRINGPARAM( ", Level " ) );
aStr += OUString::valueOf( pTextEditOutliner->GetDepth( aSel.nEndPara ) ); aStr += OUString::valueOf( sal_Int32( pTextEditOutliner->GetDepth( aSel.nEndPara )) );
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment