diff options
Diffstat (limited to 'sfx2/source/doc/objxtor.cxx')
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index dd38c8f407f4..8c08addfa2dd 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -845,9 +845,9 @@ void SfxObjectShell::InitBasicManager_Impl() [Note] - This method has to be called through the overloading of - <SvPersist::Load()> (With the PStore from the parameters of load ()) - and from the overloading of <SvPersist::InitNew()> (with PStore = 0). + This method has to be called by implementations of <SvPersist::Load()> + (with its pStor parameter) and by implementations of <SvPersist::InitNew()> + (with pStor = 0). */ { |