summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
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 0f038ae85b33..558aad238ba2 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -123,7 +123,7 @@ void SvxDrawPage::dispose()
// Make it robust, hold a self Reference.
uno::Reference< lang::XComponent > xSelf( this );
- // Guard dispose against multible threading
+ // Guard dispose against multiple threading
// Remark: It is an error to call dispose more than once
bool bDoDispose = false;
{
diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx
index 3f2c60088d8e..68c09107b6c8 100644
--- a/svx/source/unodraw/unoshcol.cxx
+++ b/svx/source/unodraw/unoshcol.cxx
@@ -141,7 +141,7 @@ void SvxShapeCollection::dispose()
// Make it robust, hold a self Reference.
uno::Reference< lang::XComponent > xSelf( this );
- // Guard dispose against multible threading
+ // Guard dispose against multiple threading
// Remark: It is an error to call dispose more than once
bool bDoDispose = false;
{