Kaydet (Commit) 3b0e35bf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Correct method name in warning message

üst fb5ede9e
......@@ -108,13 +108,14 @@ uno::Sequence < OUString > SfxContentHelper::GetResultSet( const String& rURL )
}
catch( const ucb::CommandAbortedException& )
{
SAL_WARN( "sfx2.bastyp", "createCursor: CommandAbortedException" );
SAL_WARN( "sfx2.bastyp", "GetResultSet: CommandAbortedException" );
}
catch( const uno::Exception& )
{
SAL_WARN( "sfx2.bastyp", "createCursor: Any other exception" );
SAL_WARN( "sfx2.bastyp", "GetResultSet: Any other exception" );
}
if ( xResultSet.is() )
{
pList = new StringList_Impl();
......
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