summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/inc/jobs/jobdata.hxx4
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--sfx2/source/doc/objstor.cxx4
3 files changed, 5 insertions, 5 deletions
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]