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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/loadenv') 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()); -- cgit