summaryrefslogtreecommitdiff
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
parent2554d0ab4e293c2e68477c1b390367c15353234e (diff)
Typo: diferent -> different
Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3
-rw-r--r--cui/source/tabpages/transfrm.cxx2
-rw-r--r--sc/source/ui/vba/vbacharacters.hxx2
2 files changed, 2 insertions, 2 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;
diff --git a/sc/source/ui/vba/vbacharacters.hxx b/sc/source/ui/vba/vbacharacters.hxx
index 6cceb9c86428..147d493e6ebb 100644
--- a/sc/source/ui/vba/vbacharacters.hxx
+++ b/sc/source/ui/vba/vbacharacters.hxx
@@ -37,7 +37,7 @@ private:
ScVbaPalette m_aPalette;
sal_Int16 nLength;
sal_Int16 nStart;
- // Add because of MSO has diferent behavior.
+ // Add because of MSO has different behavior.
bool bReplace;
public:
ScVbaCharacters( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const ScVbaPalette& dPalette, const css::uno::Reference< css::text::XSimpleText >& xRange, const css::uno::Any& Start, const css::uno::Any& Length, bool bReplace = false ) throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException );