From ad1fb1c3dfb04e956d8793a320714c1ae1ba5941 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 4 Jul 2018 13:43:33 +0200 Subject: Fix typos Change-Id: I7d12fe95d1c65a431325273c6e95943166e2ec58 Reviewed-on: https://gerrit.libreoffice.org/56941 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- framework/source/loadenv/loadenv.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 6ae60ebeadc5..26f51f775049 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -1394,8 +1394,8 @@ bool LoadEnv::impl_isFrameAlreadyUsedForLoading(const css::uno::Reference< css:: css::uno::Reference< css::document::XActionLockable > xLock(xFrame, css::uno::UNO_QUERY); // ? no lock interface ? - // Might its an external written frame implementation :-( - // Allowing using of it ... but it can fail if it's not synchronized with our processes ! + // Maybe it's an external written frame implementation :-( + // Allowing using of it... but it can fail if it's not synchronized with our processes! if (!xLock.is()) return false; -- cgit