[Libreoffice-commits] core.git: cppuhelper/source svx/source
Julien Nabet
serval2412 at yahoo.fr
Sun Apr 10 21:25:38 UTC 2016
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 <serval2412 at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at 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
More information about the Libreoffice-commits
mailing list