Kaydet (Commit) c3540ab6 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS dba12 (1.22.26); FILE MERGED

2004/06/14 09:26:34 fs 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED
2004/04/29 06:44:39 fs 1.22.26.1: #i21645# removing some obsolete strings, defines, and constants
üst 26bd8902
......@@ -2,9 +2,9 @@
*
* $RCSfile: fmundo.cxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: rt $ $Date: 2004-05-07 15:48:18 $
* last change: $Author: hjs $ $Date: 2004-06-28 16:58:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1003,11 +1003,7 @@ String FmUndoPropertyAction::GetComment() const
{
String aStr(static_STR_UNDO_PROPERTY);
::rtl::OUString sPropertyDisplayName = FmPropertyInfoService::getPropertyTranslation( aPropertyName );
if ( sPropertyDisplayName.getLength() )
sPropertyDisplayName = aPropertyName;
aStr.SearchAndReplace( '#', sPropertyDisplayName );
aStr.SearchAndReplace( '#', aPropertyName );
return aStr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment