Kaydet (Commit) adad1a2c authored tarafından Julien Nabet's avatar Julien Nabet

Typo: diferent -> different

Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3
üst 2554d0ab
...@@ -730,7 +730,7 @@ void SvxPositionSizeTabPage::Construct() ...@@ -730,7 +730,7 @@ void SvxPositionSizeTabPage::Construct()
if(maAnchor != basegfx::B2DPoint(pObj->GetAnchorPos().X(), pObj->GetAnchorPos().Y())) if(maAnchor != basegfx::B2DPoint(pObj->GetAnchorPos().X(), pObj->GetAnchorPos().Y()))
{ {
// diferent anchor positions // different anchor positions
m_pMtrPosX->SetText( "" ); m_pMtrPosX->SetText( "" );
m_pMtrPosY->SetText( "" ); m_pMtrPosY->SetText( "" );
mbPageDisabled = true; mbPageDisabled = true;
......
...@@ -37,7 +37,7 @@ private: ...@@ -37,7 +37,7 @@ private:
ScVbaPalette m_aPalette; ScVbaPalette m_aPalette;
sal_Int16 nLength; sal_Int16 nLength;
sal_Int16 nStart; sal_Int16 nStart;
// Add because of MSO has diferent behavior. // Add because of MSO has different behavior.
bool bReplace; bool bReplace;
public: 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 ); 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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment