diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 269722853588..57551b7524d5 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -827,10 +827,10 @@ OUString SfxObjectShell::GetTitle if (pImpl->bIsNamedVisible) { // Append number - aNoName += OUString::number(pImpl->nVisualDocumentNumber); + aNoName += " " + OUString::number(pImpl->nVisualDocumentNumber); } - // Document called "noname" for the time being + // Document called "Untitled" for the time being return aNoName; }