summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:09:26 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:45:48 +0000
commit7319f5faccc74dd1a0662c803a2c1428f7b7446e (patch)
treee77ff588bc2d58b8f3e5130190af3102e14b8ecb /starmath/source/accessibility.cxx
parent82f0a4f9300ab3898925941ff541b3382b0175e0 (diff)
Fix typos
Change-Id: Ic3d2171521e308261c354d8f699b44b26c95f1ea Reviewed-on: https://gerrit.libreoffice.org/18978 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r--starmath/source/accessibility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 7831b1591926..843ec7cb96ae 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -1145,7 +1145,7 @@ static SfxItemState GetSvxEditEngineItemState( EditEngine& rEditEngine, const ES
// if we already found an item
if( pParaItem )
{
- // ... and its different to this one than the state is dont care
+ // ... and its different to this one than the state is don't care
if( *pParaItem != *(i->pAttr) )
return SfxItemState::DONTCARE;
}