summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
commit94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch)
treeb24cede14403ab264d7f7684df3d603a15d2f010 /svx/source
parent332fffe3b8cd51576c42762e5e9751464777f2ca (diff)
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx4
-rw-r--r--svx/source/unodraw/recoveryui.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 7357b1c0f4bc..69f46fe7a57f 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -236,7 +236,7 @@ protected:
/** Selects a new child by index.
<p>If the child was not selected before, the state of the child will
- be updated. If the index is invalid, the index will internaly set to NOCHILDSELECTED</p>
+ be updated. If the index is invalid, the index will internally set to NOCHILDSELECTED</p>
@param nIndexOfChild
Index of the new child which should be selected.
@@ -247,7 +247,7 @@ public:
/** Selects a new child by point.
<p>If the child was not selected before, the state of the child will
- be updated. If the point is not invalid, the index will internaly set to NOCHILDSELECTED</p>
+ be updated. If the point is not invalid, the index will internally set to NOCHILDSELECTED</p>
@param eButton
Button which belongs to the child which should be selected.
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index 0aa987dafc22..4f4266d11905 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -167,7 +167,7 @@ css::uno::Any SAL_CALL RecoveryUI::dispatchWithReturnValue(const css::util::URL&
const css::uno::Sequence< css::beans::PropertyValue >& )
throw(css::uno::RuntimeException)
{
- // Internaly we use VCL ... every call into vcl based code must
+ // Internally we use VCL ... every call into vcl based code must
// be guarded by locking the global solar mutex.
::SolarMutexGuard aSolarLock;