diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-08 16:29:53 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-10 07:12:23 +0100 |
commit | 0ed38fb78f97bd534c47db37bc3172ea3d9f7e3d (patch) | |
tree | 3e19014e6f6bbb01a278e9b1e76e2b0378cbdd81 /sfx2/source/doc | |
parent | 4bec85e56141e0b2726e3fa244ea252486c1fa46 (diff) |
Fix typo
Change-Id: I39bec0dffbd1f89a49484eff335fdf66b78f1ec5
Reviewed-on: https://gerrit.libreoffice.org/66059
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 535af7fcc17d..d12448d7f252 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -3068,7 +3068,7 @@ void SfxMedium::CloseAndReleaseStreams_Impl() pImpl->m_xLockingStream.clear(); } - // The probably exsisting SvStream wrappers should be closed first + // The probably existing SvStream wrappers should be closed first CloseStreams_Impl(); // in case of salvage mode the storage is based on the streams |