summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-11 22:30:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-12 07:43:23 +0000
commit2b21ac16c2d8419d9747450898d714ac15d7cca0 (patch)
tree6f81207bd78fb06e12abf79cad489a43cfc1caac /starmath/source
parentd707687fe3bc3a12bb372846392e6630ccc9299e (diff)
Various typos on accessible
Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b Reviewed-on: https://gerrit.libreoffice.org/34161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/accessibility.cxx4
-rw-r--r--starmath/source/accessibility.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 59875fc52a61..6e23b4a8f6a9 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -149,13 +149,13 @@ void SmGraphicAccessible::ClearWin()
}
void SmGraphicAccessible::LaunchEvent(
- const sal_Int16 nAccesibleEventId,
+ const sal_Int16 nAccessibleEventId,
const uno::Any &rOldVal,
const uno::Any &rNewVal)
{
AccessibleEventObject aEvt;
aEvt.Source = static_cast<XAccessible *>(this);
- aEvt.EventId = nAccesibleEventId;
+ aEvt.EventId = nAccessibleEventId;
aEvt.OldValue = rOldVal;
aEvt.NewValue = rNewVal ;
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index 9c1095fd4df6..dbe9d40e9d7b 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -80,7 +80,7 @@ public:
void ClearWin(); // to be called when view is destroyed
void LaunchEvent(
- const sal_Int16 nAccesibleEventId,
+ const sal_Int16 nAccessibleEventId,
const css::uno::Any &rOldVal,
const css::uno::Any &rNewVal);