diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:09:26 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:45:48 +0000 |
commit | 7319f5faccc74dd1a0662c803a2c1428f7b7446e (patch) | |
tree | e77ff588bc2d58b8f3e5130190af3102e14b8ecb /starmath/source/cursor.cxx | |
parent | 82f0a4f9300ab3898925941ff541b3382b0175e0 (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/cursor.cxx')
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index c8ad785b7c68..3449384aab47 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1458,7 +1458,7 @@ void SmCursor::EndEdit(){ if( pDocShell->GetCreateMode() == SfxObjectCreateMode::EMBEDDED ) pDocShell->OnDocumentPrinterChanged(0); - //Request a replaint... + //Request a repaint... RequestRepaint(); //Update the edit engine and text of the document |