cppuhelper/source/component.cxx | 2 +- svx/source/unodraw/unopage.cxx | 2 +- svx/source/unodraw/unoshcol.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit efa26982992d9533db7ef10c788cb9476a7fdcd5 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Apr 10 22:48:29 2016 +0200 Typo: rubust->robust Change-Id: Icc6bef40a66d5616667d55bf02f10e19153457a7 Reviewed-on: https://gerrit.libreoffice.org/23971 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index 9403303..09a20cb 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -143,7 +143,7 @@ void OComponentHelper::dispose() { // An frequently programming error is to release the last // reference to this object in the disposing message. - // Make it rubust, hold a self Reference. + // Make it robust, hold a self Reference. Reference<XComponent > xSelf( this ); // Guard dispose against multible threading diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index cdc5c17..0f038ae 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -120,7 +120,7 @@ void SvxDrawPage::dispose() // An frequently programming error is to release the last // reference to this object in the disposing message. - // Make it rubust, hold a self Reference. + // Make it robust, hold a self Reference. uno::Reference< lang::XComponent > xSelf( this ); // Guard dispose against multible threading diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx index 5057ba8..3f2c6008 100644 --- a/svx/source/unodraw/unoshcol.cxx +++ b/svx/source/unodraw/unoshcol.cxx @@ -138,7 +138,7 @@ void SvxShapeCollection::dispose() { // An frequently programming error is to release the last // reference to this object in the disposing message. - // Make it rubust, hold a self Reference. + // Make it robust, hold a self Reference. uno::Reference< lang::XComponent > xSelf( this ); // Guard dispose against multible threading _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits