summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-06-08 10:18:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 10:19:32 +0200
commit4195323c05244688a093e95bd75c1e4d504a1a60 (patch)
tree24e4adf573bdc1722353831f7d9a259604f09e9d /sfx2
parentaed5ce3547cc6c28c2cb25d77f3982c53100fee8 (diff)
Typos
Change-Id: If8a5aaba35afb270ce30d49b55a0106e020dfbe0 Reviewed-on: https://gerrit.libreoffice.org/73695 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objstor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index e0feb44ccfae..009f48b27ba5 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -2081,7 +2081,7 @@ bool SfxObjectShell::ConvertFrom
Files which are to be opened here should be opened through 'rMedium'
to guarantee the right open modes. Especially if the format is retained
- (only possible with SfxFilterFlags::SIMULATE or SfxFilterFlags::ONW) file which must
+ (only possible with SfxFilterFlags::SIMULATE or SfxFilterFlags::OWN) file which must
be opened STREAM_SHARE_DENYWRITE.
[Return value]
@@ -2444,7 +2444,7 @@ bool SfxObjectShell::ConvertTo
Files which are to be opened here should be opened through 'rMedium'
to guarantee the right open modes. Especially if the format is retained
- (only possible with SfxFilterFlags::SIMULATE or SfxFilterFlags::ONW) file which must
+ (only possible with SfxFilterFlags::SIMULATE or SfxFilterFlags::OWN) file which must
be opened STREAM_SHARE_DENYWRITE.
[Return value]