From d3c96c9f82f086b828f955f7dac030a942fc631d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Jun 2016 00:48:03 +0200 Subject: Fix typos Change-Id: Ic3efae53430fbb2c1eb7962c3cf69bf99315e55b Reviewed-on: https://gerrit.libreoffice.org/26202 Tested-by: Jenkins Reviewed-by: jan iversen --- framework/source/classes/framecontainer.cxx | 2 +- framework/source/inc/loadenv/loadenv.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index dd18ea5ce7d6..7ab64895a117 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -147,7 +147,7 @@ sal_uInt32 FrameContainer::getCount() const /**-*************************************************************************************************************** @short returns one item of this container @deprecated This value can't be guaranteed for multithreading environments. - So it will be marked as deprecatedf and should be replaced by "getAllElements()". + So it will be marked as deprecated and should be replaced by "getAllElements()". @param nIndex a value between 0 and (getCount()-1) to address one container item diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index b44f7ee63f6c..b0e4ad8ab1fe 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -57,7 +57,7 @@ public: @desrc Such features must outcome without any special parameters. - To make enableing/disabling of + To make enabling/disabling of features very easy (e.g. at the ctor of this class) these values must be combinable as flags. That means: its values must be in -- cgit option value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2018-08-29Fix typo: s/an other/another/gAndrea Gelmini