diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/dialog.hxx | 2 | ||||
-rw-r--r-- | starmath/source/dialog.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 8b3aae2b5663..fb5f64cc17b9 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -416,7 +416,7 @@ class SmSymDefineDialog : public ModalDialog PushButton aChangeBtn; PushButton aDeleteBtn; FixedImage aRightArrow; - Image aRigthArrow_Im; + Image aRightArrow_Im; SmSymbolManager aSymbolMgrCopy, &rSymbolMgr; diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 73d93ab611eb..564fccc56b7f 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1994,7 +1994,7 @@ SmSymDefineDialog::SmSymDefineDialog(Window * pParent, aChangeBtn (this, SmResId(2)), aDeleteBtn (this, SmResId(3)), aRightArrow (this, SmResId(1)), - aRigthArrow_Im (SmResId(1)), + aRightArrow_Im (SmResId(1)), rSymbolMgr (rMgr), pSubsetMap (NULL), pFontList (NULL) @@ -2073,7 +2073,7 @@ void SmSymDefineDialog::InitColor_Impl() aSymbolDisplay .SetBackground( aWall ); aSymbolDisplay .SetTextColor( aTxtColor ); - const Image &rArrowRight = aRigthArrow_Im; + const Image &rArrowRight = aRightArrow_Im; aRightArrow.SetImage( rArrowRight ); } |