summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:50:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:56:21 +0100
commitf6a0e670647f013e30ba5628c66625b1176a3cb6 (patch)
treeeb5c4e16bad7644de36f22be58d3366f6a267b99 /sc
parent4cf69df2f543b023f4ec3d4279c5ac11a2a819d9 (diff)
-Typo: (dis)apear(s)->(dis)appear(s)
Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleValueSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index fc0d3e472dcb..eae59d67fa17 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
@@ -105,7 +105,7 @@ void CellLineStyleValueSet::UserDraw( const UserDrawEvent& rUDEvt )
pDev->SetFont(aFont);
Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight/6);
- pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disapear
+ pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disappear
//draw line
if( nSelItem == nItemId )