Kaydet (Commit) 4d2fc77b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877
Reviewed-on: https://gerrit.libreoffice.org/48077Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 970b7681
......@@ -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;
......
......@@ -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 )
......
......@@ -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);
......
......@@ -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();
......
......@@ -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
......
......@@ -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.
......
......@@ -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
......
......@@ -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();
......
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