[Libreoffice-commits] core.git: cui/source sc/source

Julien Nabet serval2412 at yahoo.fr
Mon Apr 28 05:20:05 PDT 2014


 cui/source/tabpages/transfrm.cxx   |    2 +-
 sc/source/ui/vba/vbacharacters.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit adad1a2c56a60140c2d507339c7eec8a796bc496
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Apr 28 14:19:00 2014 +0200

    Typo: diferent -> different
    
    Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3

diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index e3e6fde..291bea7 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 6cceb9c..147d493 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 );


More information about the Libreoffice-commits mailing list