diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-07-28 14:18:26 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:44 +0100 |
commit | 4a7e3482912c90b73d6e12c82bcd9ce31975e3f1 (patch) | |
tree | 2ffbfc6c706da67e58d186a97f01a24c3b9dbceb /vcl/win/source/app/salinfo.cxx | |
parent | e07157265c56b13c3ad8a61cdcec01a1d3557d66 (diff) |
re-write gtksys to use the cleaner GdkScreen API avoiding X & Xinerama
Diffstat (limited to 'vcl/win/source/app/salinfo.cxx')
-rw-r--r-- | vcl/win/source/app/salinfo.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx index 67b23e9c2b91..03d1810b081a 100644 --- a/vcl/win/source/app/salinfo.cxx +++ b/vcl/win/source/app/salinfo.cxx @@ -243,11 +243,7 @@ int WinSalSystem::ShowNativeMessageBox(const String& rTitle, const String& rMess nDefaultButton <= SALSYSTEM_SHOWNATIVEMSGBOX_BTN_NO) nFlags |= DEFAULT_BTN_MAPPING_TABLE[nButtonCombination][nDefaultButton]; - //#107209 hide the splash screen if active - ImplSVData* pSVData = ImplGetSVData(); - if (pSVData->mpIntroWindow) - pSVData->mpIntroWindow->Hide(); - + ImplHideSplash(); return MessageBoxW( 0, reinterpret_cast<LPCWSTR>(rMessage.GetBuffer()), |