summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-04-10 22:48:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2016-04-10 21:25:13 +0000
commitefa26982992d9533db7ef10c788cb9476a7fdcd5 (patch)
tree119815271113effb52266b981a50d958845a558b /svx
parent1d371bb521c506e27ca5b2b6999a77071db9fd45 (diff)
Typo: rubust->robust
Change-Id: Icc6bef40a66d5616667d55bf02f10e19153457a7 Reviewed-on: https://gerrit.libreoffice.org/23971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopage.cxx2
-rw-r--r--svx/source/unodraw/unoshcol.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index cdc5c17a7b4e..0f038ae85b33 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 5057ba801c9e..3f2c60088d8e 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