filter/source/graphicfilter/icgm/class4.cxx | 2 +- filter/source/graphicfilter/ios2met/ios2met.cxx | 2 +- filter/source/graphicfilter/ipcx/ipcx.cxx | 2 +- filter/source/graphicfilter/itiff/ccidecom.cxx | 4 ++-- filter/source/msfilter/eschesdo.cxx | 2 +- filter/source/msfilter/msdffimp.cxx | 4 ++-- forms/qa/integration/forms/FormPropertyBags.java | 2 +- forms/source/component/ComboBox.cxx | 2 +- forms/source/component/FormattedField.cxx | 2 +- forms/source/component/FormattedFieldWrapper.cxx | 2 +- forms/source/component/GroupManager.cxx | 2 +- forms/source/component/ListBox.cxx | 2 +- forms/source/component/Pattern.cxx | 2 +- forms/source/inc/FormComponent.hxx | 4 ++-- forms/source/xforms/model.hxx | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-)
New commits: commit 19b85e90abe184b8e5bb2d80690eafe2d4a73878 Author: Andrea Gelmini <[email protected]> Date: Fri Oct 2 09:44:24 2015 +0200 Fix typos Change-Id: Ib30f4e5f16518cbbe71cf03998513ebd8c2a4d1a Reviewed-on: https://gerrit.libreoffice.org/18949 Reviewed-by: Oliver Specht <[email protected]> Tested-by: Oliver Specht <[email protected]> diff --git a/filter/source/graphicfilter/icgm/class4.cxx b/filter/source/graphicfilter/icgm/class4.cxx index 8d59f4e..c5c05db 100644 --- a/filter/source/graphicfilter/icgm/class4.cxx +++ b/filter/source/graphicfilter/icgm/class4.cxx @@ -784,7 +784,7 @@ void CGM::ImplDoClass4() mpOutAct->CloseRegion(); } break; - case 0xfc : /*Reounded Rectangle*/ + case 0xfc : /*Rounded Rectangle*/ { if ( mbFigure ) mpOutAct->CloseRegion(); diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx index bbf2728..483bd83 100644 --- a/filter/source/graphicfilter/ios2met/ios2met.cxx +++ b/filter/source/graphicfilter/ios2met/ios2met.cxx @@ -2478,7 +2478,7 @@ void OS2METReader::ReadField(sal_uInt16 nFieldType, sal_uInt16 nFieldSize) if (pOrdFile==NULL) break; // In pOrdFile all "DatGrfObj" fields were collected so that the - // thererin contained "Orders" are continuous and not segmented by fields. + // therein contained "Orders" are continuous and not segmented by fields. // To read them from the memory stream without having any trouble, // we use a little trick: diff --git a/filter/source/graphicfilter/ipcx/ipcx.cxx b/filter/source/graphicfilter/ipcx/ipcx.cxx index c9c5277..a14e85b 100644 --- a/filter/source/graphicfilter/ipcx/ipcx.cxx +++ b/filter/source/graphicfilter/ipcx/ipcx.cxx @@ -195,7 +195,7 @@ void PCXReader::ImplReadHeader() return; } - // If the bitmap has only 2 colors, the palatte is most often invalid and it is always(?) + // If the bitmap has only 2 colors, the palette is most often invalid and it is always(?) // a black and white image: if ( nPlanes == 1 && nBitsPerPlanePix == 1 ) { diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx index 89c4d24..44522ad 100644 --- a/filter/source/graphicfilter/itiff/ccidecom.cxx +++ b/filter/source/graphicfilter/itiff/ccidecom.cxx @@ -937,7 +937,7 @@ void CCIDecompressor::Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTarget // loop through codes from the input stream: do { - // fetch next 13 bits into nCodem but dont remove them from + // fetch next 13 bits into nCodem but don't remove them from // the input buffer: while (nInputBitsBufSize<13) { pIStream->ReadUChar( nByte ); @@ -970,7 +970,7 @@ void CCIDecompressor::Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTarget // too much data? if (nDataBits>nTargetBits) { // Yes, could be a subsequent error cause by an invalid code - // Thefore continue anyhow: + // Therefore continue anyhow: nDataBits=nTargetBits; } diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx index 9d43cb9..d7534bf 100644 --- a/filter/source/msfilter/eschesdo.cxx +++ b/filter/source/msfilter/eschesdo.cxx @@ -1119,7 +1119,7 @@ basegfx::B2DRange getUnrotatedGroupBoundRange(const Reference< XShape >& rxShape basegfx::B2DVector aScale, aTranslate; double fRotate, fShearX; - // decopose transformation + // decompose transformation aHomogenMatrix.decompose(aScale, aTranslate, fRotate, fShearX); // check if rotation needs to be corrected diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index dccff21..fe39cb8 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -768,7 +768,7 @@ void SvxMSDffManager::SolveSolver( const SvxMSDffSolverContainer& rSolver ) } // Not sure what this is good for, repaint or broadcast of object change. - //( Thus i am adding repaint here + //( Thus I am adding repaint here pO->SetChanged(); pO->BroadcastObjectChange(); } @@ -6336,7 +6336,7 @@ bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rect Size aMtfSize100; bool bMtfBLIP = false; bool bZCodecCompression = false; - // now position it exactly at the beinning of the embedded graphic + // now position it exactly at the beginning of the embedded graphic sal_uLong nSkip = ( nInst & 0x0001 ) ? 32 : 16; switch( nInst & 0xFFFE ) diff --git a/forms/qa/integration/forms/FormPropertyBags.java b/forms/qa/integration/forms/FormPropertyBags.java index 4a3966a..61aa984 100644 --- a/forms/qa/integration/forms/FormPropertyBags.java +++ b/forms/qa/integration/forms/FormPropertyBags.java @@ -172,7 +172,7 @@ public class FormPropertyBags extends complexlib.ComplexTestCase implements XPro assure( "persistent properties did not survive reload (1)!", ((String)textFieldModel.getPropertyValue( "SomeBoundText" )).equals( "ChangedBoundText" ) ); assure( "persistent properties did not survive reload (2)!", ((String)textFieldModel.getPropertyValue( "SomeReadonlyText" )).equals( "InitialReadonlyText" ) ); // assure( "persistent properties did not survive reload (3)!", ((Integer)textFieldModel.getPropertyValue( "SomeNumericValue" )).equals( Integer.valueOf( 42 ) ) ); - // cannot check this until the types really survice - at the moment, integers are converted to doubles ... + // cannot check this until the types really survive - at the moment, integers are converted to doubles... // the transient property should not have survived boolean caughtExpected = false; diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 79157bd..2893d52 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -809,7 +809,7 @@ Any OComboBoxModel::translateDbColumnToControlValue() m_aLastKnownValue.clear(); return m_aLastKnownValue.hasValue() ? m_aLastKnownValue : makeAny( OUString() ); - // (m_aLastKnownValue is alllowed to be VOID, the control value isn't) + // (m_aLastKnownValue is allowed to be VOID, the control value isn't) } diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 2d2092e..8a64e7c 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -545,7 +545,7 @@ void OFormattedModel::loaded(const EventObject& rEvent) throw ( css::uno::Runtim // HACK: our onConnectedDbColumn accesses our NumberFormatter which locks the solar mutex (as it doesn't have // an own one). To prevent deadlocks with other threads which may request a property from us in an // UI-triggered action (e.g. an tooltip) we lock the solar mutex _here_ before our base class locks - // it's own muext (which is used for property requests) + // its own mutex (which is used for property requests) // alternative a): we use two mutexes, one which is passed to the OPropertysetHelper and used for // property requests and one for our own code. This would need a lot of code rewriting // alternative b): The NumberFormatter has to be really threadsafe (with an own mutex), which is diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index eddaab8..b35160a 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -316,7 +316,7 @@ void OFormattedFieldWrapper::ensureAggregate() css::uno::Reference<css::uno::XInterface> xEditModel = m_xContext->getServiceManager()->createInstanceWithContext(FRM_SUN_COMPONENT_TEXTFIELD, m_xContext); if (!xEditModel.is()) { - // arghhh ... instantiate it directly ... it's dirty, but we really need this aggregate + // arghhh... instantiate it directly... it's dirty, but we really need this aggregate OEditModel* pModel = new OEditModel(m_xContext); xEditModel.set(static_cast<XWeak*>(pModel), css::uno::UNO_QUERY); } diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index c255ede..d0a33ab 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -281,7 +281,7 @@ void SAL_CALL OGroupManager::propertyChange(const PropertyChangeEvent& evt) thro if (evt.PropertyName == PROPERTY_NAME) { if (!sGroupName.isEmpty()) return; // group hasn't changed; ignore this name change. - // no GroupName; use Name as GroupNme + // no GroupName; use Name as GroupName evt.OldValue >>= sGroupName; } else if (evt.PropertyName == PROPERTY_GROUP_NAME) { diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 24fe16f..5cf73b0 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -735,7 +735,7 @@ namespace frm Reference<XIndexAccess> xFieldsByIndex(xFieldsByName, UNO_QUERY); // do we have a bound column if yes we have to select it - // and the displayed column is the first column othwhise we act as a combobox + // and the displayed column is the first column otherwise we act as a combobox OUString aFieldName; OUString aBoundFieldName; diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx index 5c21d7e..1fbb7d0 100644 --- a/forms/source/component/Pattern.cxx +++ b/forms/source/component/Pattern.cxx @@ -206,7 +206,7 @@ Any OPatternModel::translateDbColumnToControlValue() m_aLastKnownValue.clear(); return m_aLastKnownValue.hasValue() ? m_aLastKnownValue : makeAny( OUString() ); - // (m_aLastKnownValue is alllowed to be VOID, the control value isn't) + // (m_aLastKnownValue is allowed to be VOID, the control value isn't) } // XReset diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index b2420a9..7b77af4 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -674,7 +674,7 @@ protected: column the object is bound to, or with the external value binding, if present.<br/> E.g. for a text control model, this property will most probably be "Text".</p> - <p>Derived classes are stronly recommend to call this method - at least the + <p>Derived classes are strongly recommended to call this method - at least the "DataFieldProperty" (exposed in getFastPropertyValue) relies on the information given herein, and needs to be supplied otherwise else.</p> @@ -691,7 +691,7 @@ protected: the handle of the property, as exposed to external components.<br/> Normally, this information can be obtained dynamically (e.g. from describeFixedProperties), but since this method is to be called from within the constructor of derived classes, - we prefer to be on the *really* safe side here .... + we prefer to be on the *really* safe side here... @see setControlValue @see suspendValueListening diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index fcb416a..b4fc530 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -106,7 +106,7 @@ private: MIPs_t maMIPs; /// map nodes to their MIPs bool mbInitialized; /// has model been initialized ? - bool mbExternalData; /// is the data of this model to be considered an ingegral part of the document? + bool mbExternalData; /// is the data of this model to be considered an integral part of the document? void initializePropertySet(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
