diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:54:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:05:01 +0100 |
commit | 4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch) | |
tree | 42539a0edec153a11503ccc7b0f56f78f1a2f8aa | |
parent | 970b76816a03be0f57f35a790bea57bf299e344b (diff) |
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877
Reviewed-on: https://gerrit.libreoffice.org/48077
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java | 2 | ||||
-rw-r--r-- | canvas/source/directx/dx_impltools.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/commontools/TKeyColumns.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HStorageMap.cxx | 2 | ||||
-rw-r--r-- | include/vcl/window.hxx | 4 | ||||
-rw-r--r-- | oox/source/vml/vmlshape.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewTabBar.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/unocore/unoportenum.cxx | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java index 386b1638ebaf..681fb6fd6019 100644 --- a/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java +++ b/android/source/src/java/org/mozilla/gecko/gfx/GeckoLayerClient.java @@ -38,7 +38,7 @@ public class GeckoLayerClient implements PanZoomTarget { * 1) reading mViewportMetrics from any thread is fine without synchronization * 2) writing to mViewportMetrics requires synchronizing on the layer controller object * 3) whenever reading multiple fields from mViewportMetrics without synchronization (i.e. in - * case 1 above) you should always frist grab a local copy of the reference, and then use + * case 1 above) you should always first grab a local copy of the reference, and then use * that because mViewportMetrics might get reassigned in between reading the different * fields. */ private volatile ImmutableViewportMetrics mViewportMetrics; diff --git a/canvas/source/directx/dx_impltools.cxx b/canvas/source/directx/dx_impltools.cxx index 712e3d9a92bd..ea235cfe08de 100644 --- a/canvas/source/directx/dx_impltools.cxx +++ b/canvas/source/directx/dx_impltools.cxx @@ -262,7 +262,7 @@ namespace dxcanvas else { // no control points -> no curves, simply add - // straigt lines to GraphicsPath + // straight lines to GraphicsPath rPoints.resize( nPoints ); for( sal_uInt32 nCurrPoint=0; nCurrPoint<nPoints; ++nCurrPoint ) diff --git a/connectivity/source/commontools/TKeyColumns.cxx b/connectivity/source/commontools/TKeyColumns.cxx index 21f5b8a82fc8..b1fd4d547ebf 100644 --- a/connectivity/source/commontools/TKeyColumns.cxx +++ b/connectivity/source/commontools/TKeyColumns.cxx @@ -55,7 +55,7 @@ sdbcx::ObjectType OKeyColumnsHelper::createObject(const OUString& _rName) m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; - // frist get the related column to _rName + // first get the related column to _rName Reference< XResultSet > xResult = m_pKey->getTable()->getMetaData()->getImportedKeys( Catalog, aSchema, aTable); diff --git a/connectivity/source/drivers/hsqldb/HStorageMap.cxx b/connectivity/source/drivers/hsqldb/HStorageMap.cxx index f82c1a671c51..ff5df7b01fe3 100644 --- a/connectivity/source/drivers/hsqldb/HStorageMap.cxx +++ b/connectivity/source/drivers/hsqldb/HStorageMap.cxx @@ -55,7 +55,7 @@ namespace connectivity m_xInputStream->closeInput(); m_xInputStream.clear(); } - // this is done implicity by the closing of the input stream + // this is done implicitly by the closing of the input stream else if ( m_xOutputStream.is() ) { m_xOutputStream->closeOutput(); diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index b7cab1b6dbc9..34dca718c4c0 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -729,7 +729,7 @@ private: SAL_DLLPRIVATE tools::Rectangle ImplOutputToUnmirroredAbsoluteScreenPixel( const tools::Rectangle& rRect ) const; SAL_DLLPRIVATE long ImplGetUnmirroredOutOffX(); - // retrieves the list of owner draw decorated windows for this window hiearchy + // retrieves the list of owner draw decorated windows for this window hierarchy SAL_DLLPRIVATE ::std::vector<VclPtr<vcl::Window> >& ImplGetOwnerDrawList(); SAL_DLLPRIVATE vcl::Window* ImplGetTopmostFrameWindow(); @@ -1006,7 +1006,7 @@ public: @param bCall Enable/Disable calling event handlers for this disabled, modal or input disabled window. - This call is implicity done recursively for possible child windows. + This call is implicitly done recursively for possible child windows. */ void SetCallHandlersOnInputDisabled( bool bCall ); /** get state of SetCallHandlersOnInputDisabled diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index 7c9fcf3f2c67..d3540a3033b1 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -739,7 +739,7 @@ Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes } else { - // FIXME Setting the relative width/heigh only for everything but text frames as + // FIXME Setting the relative width/height only for everything but text frames as // TextFrames already have relative width/height feature... but currently not working // in the way we need. diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index 259b0869b107..058a673c194b 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -111,7 +111,7 @@ public: virtual sal_Int64 SAL_CALL getSomething (const css::uno::Sequence<sal_Int8>& rId) override; /** The returned value is calculated as the difference between the - total height of the control and the heigh of its first tab page. + total height of the control and the height of its first tab page. This can be considered a hack. This procedure works only when the control is visible. Calling this method when the control is not visible results in returning a diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index 50178a3c07a7..f93e00d11a1c 100644 --- a/sw/source/core/unocore/unoportenum.cxx +++ b/sw/source/core/unocore/unoportenum.cxx @@ -1250,7 +1250,7 @@ static sal_Int32 lcl_ExportFrames( // find first Frame in (sorted) i_rFrames at current position while (!i_rFrames.empty() && (i_rFrames.front().nIndex == i_nCurrentIndex)) - // do not check for i_nEnd here; this is done implicity by lcl_MoveCursor + // do not check for i_nEnd here; this is done implicitly by lcl_MoveCursor { const SwModify * const pFrame = i_rFrames.front().pFrameClient->GetRegisteredIn(); |