diff options
-rw-r--r-- | filter/source/config/cache/contenthandlerfactory.hxx | 4 | ||||
-rw-r--r-- | filter/source/config/cache/frameloaderfactory.hxx | 4 | ||||
-rw-r--r-- | filter/source/config/cache/typedetection.hxx | 4 | ||||
-rw-r--r-- | fpicker/source/office/fpsmartcontent.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/vclstatusindicator.hxx | 4 | ||||
-rw-r--r-- | framework/source/inc/accelerators/acceleratorcache.hxx | 2 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 | ||||
-rw-r--r-- | include/svtools/fileview.hxx | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx index e6cdc59b4826..53608131f7e3 100644 --- a/filter/source/config/cache/contenthandlerfactory.hxx +++ b/filter/source/config/cache/contenthandlerfactory.hxx @@ -83,7 +83,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix uno implementation name of this class. */ @@ -94,7 +94,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix list of uno services supported by this class. */ diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx index 7e3c7addcba9..30b6525b6619 100644 --- a/filter/source/config/cache/frameloaderfactory.hxx +++ b/filter/source/config/cache/frameloaderfactory.hxx @@ -83,7 +83,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix uno implementation name of this class. */ @@ -94,7 +94,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix list of uno services supported by this class. */ diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index fe327a3b2c3f..e0340187b5af 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -338,7 +338,7 @@ public: @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix uno implementation name of this class. */ @@ -349,7 +349,7 @@ public: @descr Because this information is used at several places (and mostly an object instance of this class is not possible) - its implemented as a static function! + it's implemented as a static function! @return The fix list of uno services supported by this class. */ diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx index b59a7820c957..ffa061ecb4ff 100644 --- a/fpicker/source/office/fpsmartcontent.hxx +++ b/fpicker/source/office/fpsmartcontent.hxx @@ -35,7 +35,7 @@ namespace svt //= SmartContent - /** a "smart content" which basically wraps an UCB content, but caches some information + /** a "smart content" which basically wraps a UCB content, but caches some information so that repeatedly recreating it may be faster */ class SmartContent 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 diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index c53edb0c017a..ea3a23e1fd47 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -114,7 +114,7 @@ public: const css::uno::Sequence< OUString >& rBlackList ); - /** initializes the view with the content of a folder given by an UCB content + /** initializes the view with the content of a folder given by a UCB content */ bool Initialize( const css::uno::Reference< css::ucb::XContent>& _xContent ); |