diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-04-28 14:19:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-04-28 14:19:00 +0200 |
commit | adad1a2c56a60140c2d507339c7eec8a796bc496 (patch) | |
tree | 7bef269e7b726dcb6970ea40911e16b92234df2f /cui/source | |
parent | 2554d0ab4e293c2e68477c1b390367c15353234e (diff) |
Typo: diferent -> different
Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 2 |
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; |