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

Bin "temporary" code that doesn't compile any longer

Change-Id: I7550a40bab4ffd1b585ad37dceb59c38cf1e4ca3
üst 3104f952
......@@ -234,14 +234,6 @@ int IosSalSystem::ShowNativeDialog( const OUString& rTitle,
NSLog(@"%@: %@", CreateNSString(rTitle), CreateNSString(rMessage));
if (IosSalInstance::getInstance() != NULL)
{
// Temporary...
MessageDialog aVclErrBox(NULL, rMessage);
aVclErrBox.SetTitle(rTitle);
aVclErrBox.Execute();
}
return 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