summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-28 14:19:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-28 14:19:00 +0200
commitadad1a2c56a60140c2d507339c7eec8a796bc496 (patch)
tree7bef269e7b726dcb6970ea40911e16b92234df2f /cui
parent2554d0ab4e293c2e68477c1b390367c15353234e (diff)
Typo: diferent -> different
Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/transfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index e3e6fded5a12..291bea750c7f 100644
--- a/cui/source/tabpages/transfrm.cxx
+++ b/cui/source/tabpages/transfrm.cxx
@@ -730,7 +730,7 @@ void SvxPositionSizeTabPage::Construct()
if(maAnchor != basegfx::B2DPoint(pObj->GetAnchorPos().X(), pObj->GetAnchorPos().Y()))
{
- // diferent anchor positions
+ // different anchor positions
m_pMtrPosX->SetText( "" );
m_pMtrPosY->SetText( "" );
mbPageDisabled = true;