From 42cfb5d0306300c448b54d8d7dd3bad21f7dfe55 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 9 Aug 2019 15:07:20 +0200 Subject: Fix typos "its really" Change-Id: Ic0b41597c83be6c1c66b9cdf6ccbf80b0c2bc9ef Reviewed-on: https://gerrit.libreoffice.org/77204 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/source/loadenv/loadenv.cxx | 4 ++-- framework/source/services/desktop.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'framework') 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 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::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. -- cgit