filter/source/config/cache/cacheitem.hxx | 2 +- filter/source/config/cache/typedetection.cxx | 2 +- filter/source/config/cache/typedetection.hxx | 2 +- framework/inc/helper/statusindicator.hxx | 6 +++--- framework/source/dispatch/closedispatcher.cxx | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-)
New commits: commit 902f09e49fa5c5f016f5ea82e184a34d85ba2dea Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Aug 17 12:51:58 2019 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Aug 17 17:05:34 2019 +0200 Fix typos Change-Id: I3f7feca68e10e53ac1a6bce2b3920fa0a142a5ef Reviewed-on: https://gerrit.libreoffice.org/77628 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx index ab8815fb6be0..aedd899b64d0 100644 --- a/filter/source/config/cache/cacheitem.hxx +++ b/filter/source/config/cache/cacheitem.hxx @@ -102,7 +102,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap are checked. Additional existing items are ignored. @param lProps - contains all properties, which should not exists at this item. + contains all properties, which should not exist at this item. @return sal_False if at least on property exists at this item(!); sal_True otherwise. diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx index 1495f945fce9..d3bf230b115f 100644 --- a/filter/source/config/cache/typedetection.cxx +++ b/filter/source/config/cache/typedetection.cxx @@ -1070,7 +1070,7 @@ OUString TypeDetection::impl_askUserForTypeAndFilterIfAllowed(utl::MediaDescript css::uno::Reference< css::io::XInputStream >()); // Don't disturb the user for "non existing files - means empty URLs" or - // if we was forced to detect a stream. + // if we were forced to detect a stream. // Reason behind: we must be sure to ask user for "unknown contents" only... // and not for "missing files". Especially if detection is done by a stream only // we can't check if the stream points to an "existing content"! diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index e0340187b5af..24e76a4ed2fa 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -161,7 +161,7 @@ private: @attention The results (means type and corresponding filter) are already part of the in/out parameter pDescriptor. - (in case they was valid). + (in case they were valid). @param sDetectService uno service name of the detect service. diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx index b5a9744c0743..baff80c4ab28 100644 --- a/framework/inc/helper/statusindicator.hxx +++ b/framework/inc/helper/statusindicator.hxx @@ -35,14 +35,14 @@ namespace framework{ /** @short implement a status indicator object - @descr With this indicator you can show a message and a progress ... + @descr With this indicator you can show a message and a progress... but you share the output device with other indicator objects, if this instances was created by the same factory. Then the last created object has full access to device. All others change her internal data structure only. - All objects of this StatusIndicator class calls a c++ interface - on the StatusIndicatorFactory (where they was created). + All objects of this StatusIndicator class calls a C++ interface + on the StatusIndicatorFactory (where they were created). The factory holds all data structures and paints the progress. @devstatus ready to use diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index 46ed7d59ebd2..843a4b1b57d9 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -136,10 +136,10 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL& // SAFE -> ---------------------------------- SolarMutexClearableGuard aWriteLock; - // This reference indicates, that we was already called before and + // This reference indicates, that we were already called before and // our asynchronous process was not finished yet. // We have to reject double calls. Otherwise we risk, - // that we try to close an already closed resource ... + // that we try to close an already closed resource... // And it is no problem to do nothing then. The UI user will try it again, if // non of these jobs was successful. if (m_xSelfHold.is()) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits