summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx4
-rw-r--r--framework/source/inc/accelerators/acceleratorcache.hxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index 1462616d7793..e5ce9b11d73a 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -47,8 +47,8 @@ class VCLStatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusInd
/** shows the progress.
@attention This member is not synchronized using our own mutex!
- Its guarded by the solarmutex only. Otherwise
- we have to lock two of them, which can force a deadlock ...
+ It's guarded by the solarmutex only. Otherwise
+ we have to lock two of them, which can force a deadlock...
*/
VclPtr<StatusBar> m_pStatusBar;
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index 83ba071fd5db..9dfd5374f20c 100644
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -35,7 +35,7 @@ namespace framework
/**
@short implements a cache for any accelerator configuration.
- @descr Its implemented threadsafe, supports copy-on-write pattern
+ @descr It's implemented threadsafe, supports copy-on-write pattern
and a flush mechanism to support concurrent access to the same
configuration.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index d7ce27df2637..281c0061a28c 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -486,7 +486,7 @@ public:
/** @short informs about created/opened documents.
@descr Every new opened/created document will be saved internally
- so it can be checked if its modified. This modified state
+ so it can be checked if it's modified. This modified state
is used later to decide, if it must be saved or not.
@param aEvent