diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:48:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:23 +0200 |
commit | f8ef1fe95be4e12278297e3c3eb4f9f2bdd89c0f (patch) | |
tree | 621de9d17ea9360983ae066b8936c9b256a749ed /basic/source/runtime/iosys.cxx | |
parent | 0e44fb66e59fffe7ba1187a825f9c2d3562459dd (diff) |
loplugin:staticcall
Change-Id: I6cd46964c523c9393e9d249fdb43aaa38679fa06
Diffstat (limited to 'basic/source/runtime/iosys.cxx')
-rw-r--r-- | basic/source/runtime/iosys.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 6d7836f97b35..865f01908761 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -997,7 +997,7 @@ void SbiIoSystem::WriteCon(const OUString& rText) } { SolarMutexGuard aSolarGuard; - if( !MessBox( GetpApp()->GetDefDialogParent(), + if( !MessBox( Application::GetDefDialogParent(), WinBits( WB_OK_CANCEL | WB_DEF_OK ), OUString(), s ).Execute() ) { |