summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-08-28 10:37:51 +0000
committerMathias Bauer <mba@openoffice.org>2001-08-28 10:37:51 +0000
commitb74bd70bbeab356e0efd2deed35dc3d582b51372 (patch)
treee8b96dda52c5963debd7567ebf1369b19f30a226 /sfx2/source/doc
parent6fda0c478b398787ec379ef27df2a8f85f9d72e1 (diff)
#91528#: no localized object names
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r--sfx2/source/doc/objcont.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index ca0a5ba507ec..e6a0c726b5d6 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objcont.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: mba $ $Date: 2001-08-24 08:01:18 $
+ * last change: $Author: mba $ $Date: 2001-08-28 11:37:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -856,8 +856,7 @@ SvEmbeddedInfoObject* SfxObjectShell::InsertObject
String aName( rName );
if( !aName.Len() )
{
- aName = SfxResId( STR_OBJECT );
- aName += sal_Unicode(' ');
+ aName = DEFINE_CONST_UNICODE("Object ");
String aStr;
USHORT i = 1;
HACK(Wegen Storage Bug 46033)