diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 15:07:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 16:14:47 +0200 |
commit | 42cfb5d0306300c448b54d8d7dd3bad21f7dfe55 (patch) | |
tree | 96e92086252964c1dc9cfd49f466fd6d872ade1d /framework | |
parent | 956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (diff) |
Fix typos
"its really"
Change-Id: Ic0b41597c83be6c1c66b9cdf6ccbf80b0c2bc9ef
Reviewed-on: https://gerrit.libreoffice.org/77204
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 4 | ||||
-rw-r--r-- | framework/source/services/desktop.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 6fe947adc645..3e8fbdde334b 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -252,7 +252,7 @@ void LoadEnv::initializeLoading(const OUString& sURL, const uno::Sequence<beans: if (!tools::IsMappedWebDAVPath(sURL, &aRealURL)) aRealURL = sURL; - // try to find out, if its really a content, which can be loaded or must be "handled" + // try to find out, if it's really a content, which can be loaded or must be "handled" // We use a default value for this in-parameter. Then we have to start a complex check method // internally. But if this check was already done outside it can be suppressed to perform // the load request. We take over the result then! @@ -1343,7 +1343,7 @@ css::uno::Reference< css::frame::XFrame > LoadEnv::impl_searchAlreadyLoaded() } // get the original load arguments from the current document - // and decide if its really the same then the one will be. + // and decide if it's really the same then the one will be. // It must be visible and must use the same file revision ... // or must not have any file revision set (-1 == -1!) utl::MediaDescriptor lOldDocDescriptor(xModel->getArgs()); diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index ce3c4ed06d95..22dbfcd30e35 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -441,7 +441,7 @@ void SAL_CALL Desktop::addTerminateListener( const css::uno::Reference< css::fra } } - // No lock required ... container is threadsafe by itself. + // No lock required... container is threadsafe by itself. m_aListenerContainer.addInterface( cppu::UnoType<css::frame::XTerminateListener>::get(), xListener ); } @@ -731,7 +731,7 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Desk @short supports registration/deregistration of interception objects, which are interested on special dispatches. - @descr Its really provided by an internal helper, which is used inside the dispatch api too. + @descr It's really provided by an internal helper, which is used inside the dispatch API too. @param xInterceptor the interceptor object, which wish to be (de)registered. |