diff options
Diffstat (limited to 'sd/source/ui/dlg/present.cxx')
-rw-r--r-- | sd/source/ui/dlg/present.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index a2c39f4e4fed..df7089e25405 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -191,7 +191,6 @@ void SdStartPresentationDlg::InitMonitorSettings() } else { - bool bUnifiedDisplay = Application::IsUnifiedDisplay(); sal_Int32 nExternalIndex = Application::GetDisplayExternalScreen(); sal_Int32 nSelectedIndex (-1); @@ -225,12 +224,9 @@ void SdStartPresentationDlg::InitMonitorSettings() nDefaultExternalIndex = nInsertedEntry; } - if( bUnifiedDisplay ) - { - nInsertedEntry = InsertDisplayEntry( m_xAllMonitors->get_label(), -1 ); - if( nDefaultSelectedDisplay == -1 ) - nSelectedIndex = nInsertedEntry; - } + nInsertedEntry = InsertDisplayEntry( m_xAllMonitors->get_label(), -1 ); + if( nDefaultSelectedDisplay == -1 ) + nSelectedIndex = nInsertedEntry; if (nSelectedIndex < 0) { |