summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmodel.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 13:47:09 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 13:47:09 +0000
commitb3d061ab93890c76377135d9d7430be393e54625 (patch)
tree84576e670a5765eecdc599b7795d1ccfbd680c71 /svx/source/svdraw/svdmodel.cxx
parentdb4e1ab95a7d785c566f19462e6ba88497ab45e3 (diff)
INTEGRATION: CWS placeholders_DEV300 (1.67.54); FILE MERGED
2008/01/04 22:14:11 ihi 1.67.54.3: RESYNC: (1.73-1.75); FILE MERGED 2007/06/18 20:11:53 ihi 1.67.54.2: RESYNC: (1.67-1.73); FILE MERGED 2006/11/27 11:53:48 aw 1.67.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 74e6c093961d..09a99c8f8a1c 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdmodel.cxx,v $
*
- * $Revision: 1.76 $
+ * $Revision: 1.77 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 17:01:04 $
+ * last change: $Author: kz $ $Date: 2008-03-07 14:47:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -642,7 +642,7 @@ void SdrModel::BegUndo(const XubString& rComment, const XubString& rObjDescr, Sd
String aComment(rComment);
if( aComment.Len() && rObjDescr.Len() )
{
- String aSearchString(RTL_CONSTASCII_USTRINGPARAM("%O"));
+ String aSearchString(RTL_CONSTASCII_USTRINGPARAM("%1"));
aComment.SearchAndReplace(aSearchString, rObjDescr);
}
const String aEmpty;