Kaydet (Commit) 94f79b3b authored tarafından Matteo Casalin's avatar Matteo Casalin

Remove unneeded cast

Change-Id: I04279faaf11bd1249bcea0d07d60facefb5186d8
üst 90f2d688
......@@ -186,7 +186,7 @@ void BasicScriptListener_Impl::firing_impl( const ScriptEvent& aScriptEvent, Any
if( comphelper::string::getTokenCount(aMacro, '.') == 3 )
{
sal_Int32 nLast = 0;
OUString aFullLibName = aMacro.getToken( sal_Int32(0), '.', nLast );
OUString aFullLibName = aMacro.getToken( 0, '.', nLast );
sal_Int32 nIndex = aFullLibName.indexOf( ':' );
if (nIndex >= 0)
......
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