framework/inc/jobs/jobdata.hxx        |    4 ++--
 framework/source/services/desktop.cxx |    2 +-
 sfx2/source/doc/objstor.cxx           |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4195323c05244688a093e95bd75c1e4d504a1a60
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Jun 8 10:18:48 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jun 8 10:19:32 2019 +0200

    Typos
    
    Change-Id: If8a5aaba35afb270ce30d49b55a0106e020dfbe0
    Reviewed-on: https://gerrit.libreoffice.org/73695
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 5a8f9ce12d9d..af48cea7b242 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -151,9 +151,9 @@ class JobData final
             a job can be registered for an event.
             It can be an empty value! But it will be set from outside any 
times.
             Because it's not clear which job this instance should represent if 
an event
-            (instaed of an alias) comes in. Because there can be multiple 
registrations
+            (instead of an alias) comes in. Because there can be multiple 
registrations
             for this event. We use this information only, to merge it with the 
job specific
-            arguments. A job can be called so, with a) it's onw config data 
and b) some dynamic
+            arguments. A job can be called so, with a) its own config data and 
b) some dynamic
             environment data.
          */
         OUString m_sEvent;
diff --git a/framework/source/services/desktop.cxx 
b/framework/source/services/desktop.cxx
index 8a91db555c14..5f0ebc707292 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -182,7 +182,7 @@ Desktop::Desktop( const css::uno::Reference< 
css::uno::XComponentContext >& xCon
 
 
/*-************************************************************************************************************
     @short      standard destructor
-    @descr      This one do NOTHING! Use dispose() instaed of this.
+    @descr      This one do NOTHING! Use dispose() instead of this.
 
     @seealso    method dispose()
 
*//*-*************************************************************************************************************/
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]
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to