From adad1a2c56a60140c2d507339c7eec8a796bc496 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 28 Apr 2014 14:19:00 +0200 Subject: Typo: diferent -> different Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3 --- cui/source/tabpages/transfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source') 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; -- cgit