diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:32:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:32:49 +0000 |
commit | 9cade04b37ecebe706c3385680ab543d39ee7927 (patch) | |
tree | a5a84b787863628bbe18f0f95dd40a81df8372c4 /sd | |
parent | 37033611ceb7ae5df8271073292e59286b688bf6 (diff) |
INTEGRATION: CWS placeholders_DEV300 (1.9.36); FILE MERGED
2007/06/18 09:54:51 ihi 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED
2006/11/27 11:54:58 aw 1.9.36.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/present.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index 9eeab0d3419a..591ddc8d73f2 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -4,9 +4,9 @@ * * $RCSfile: present.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-12-12 17:07:58 $ + * last change: $Author: kz $ $Date: 2008-03-07 14:32:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -234,7 +234,7 @@ void SdStartPresentationDlg::InitMonitorSettings() { } - const String sPlaceHolder( RTL_CONSTASCII_USTRINGPARAM( "%N" ) ); + const String sPlaceHolder( RTL_CONSTASCII_USTRINGPARAM( "%1" ) ); for( sal_Int32 nDisplay = 0; nDisplay < mnMonitors; nDisplay++ ) { String aName( nDisplay == nPrimaryIndex ? msPrimaryMonitor : msMonitor ); |