summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objstor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objstor.cxx')
-rw-r--r--sfx2/source/doc/objstor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index dc2c032263f2..fe37350cd33e 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -732,7 +732,7 @@ bool SfxObjectShell::DoLoad( SfxMedium *pMed )
}
else if ( GetError() == ERRCODE_NONE && InitNew(nullptr) )
{
- // Name vor ConvertFrom setzen, damit GetSbxObject() schon funktioniert
+ // set name before ConvertFrom, so that GetSbxObject() already works
bHasName = true;
SetName( SfxResId(STR_NONAME).toString() );