summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/dlg/present.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index 4c82a07a06ac..5b94cb347e02 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -230,7 +230,7 @@ void SdStartPresentationDlg::InitMonitorSettings()
nDefaultExternalIndex = nEntryIndex;
}
- if( !bUnifiedDisplay )
+ if( bUnifiedDisplay )
{
maLBMonitor.InsertEntry( msAllMonitors );
const sal_uInt32 nEntryIndex (maLBMonitor.GetEntryCount()-1);