summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-27 23:26:47 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-11-28 12:48:36 +0000
commit5d533bb75efde6dbe6f2d402d20cf5466135f1a4 (patch)
treec5af3408f398b1b292e79907ce9aa850131d0257 /sd/source/ui
parentadf342ca1833a0a6bec3b1180ba73c5ae274397f (diff)
Make all-screen presentation work again.
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
Diffstat (limited to 'sd/source/ui')
-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);