diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 16:30:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:03 +0200 |
commit | e14b7660f622a83fe97635649674ade05fe1eb72 (patch) | |
tree | df16ecd543f999c0872765265fb6292351ab8955 /sfx2 | |
parent | 2aa9110ed0bf8c4e678caffa1677143b3290240b (diff) |
Remove SvStorage alias
Change-Id: Id07ace147ff4fd4a17d05ba3cce6408def05c9c7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index afd3de2eb42d..319a91e36079 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -495,7 +495,7 @@ bool SfxObjectShell::DoInitNew( SfxMedium* pMed ) InitNew(SvStorate *) from the SfxObjectShell-Subclass is implemented. For pStore == 0 the SfxObjectShell-instance is connected to an empty - SfxMedium, otherwise a SfxMedium, which refers to the SvStorage + SfxMedium, otherwise a SfxMedium, which refers to the SotStorage passed as a parameter. The object is only initialized correctly after InitNew() or Load(). |