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

Fix typos

Change-Id: I2a7877dc341e9bcbea231f5ce9edb1236f97df1c
Reviewed-on: https://gerrit.libreoffice.org/63505
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 7ff004e8
......@@ -3280,7 +3280,7 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, tools::Rectangle aClipRect, Po
// when we are in EditMode. For whatever reason URLs are drawn as single
// line in edit mode, originally clipped against edit area (which is no
// longer done in Overlay mode and allows to *read* the URL).
// It would be difficult to change this due to needed adaptions in
// It would be difficult to change this due to needed adaptations in
// EditEngine (look for lineBreaksList creation)
if( nullptr == pActiveView && bStripOnly && !bParsingFields && pExtraInfo && !pExtraInfo->lineBreaksList.empty() )
{
......
......@@ -197,7 +197,7 @@ function getOfficeHome()
continue;
}
}
//Check if this is a valid office installtion folder by looking for the
//Check if this is a valid office installation folder by looking for the
//program sub-directory
var progDir = sHome + "\\program";
if (! aFileSystemObject.FolderExists(progDir))
......
......@@ -979,7 +979,7 @@ bool SfxDocTplService_Impl::setProperty( Content& rContent,
}
// To ensure a reloctable office installation, the path to the
// office installtion directory must never be stored directly.
// office installation directory must never be stored directly.
if ( SfxURLRelocator_Impl::propertyCanContainOfficeDir( rPropName ) )
{
OUString aValue;
......@@ -1038,7 +1038,7 @@ bool SfxDocTplService_Impl::getProperty(Content& rContent, const OUString& rProp
rPropValue = rContent.getPropertyValue( rPropName );
// To ensure a reloctable office installation, the path to the
// office installtion directory must never be stored directly.
// office installation directory must never be stored directly.
if ( SfxURLRelocator_Impl::propertyCanContainOfficeDir( rPropName ) )
{
OUString aValue;
......
......@@ -534,7 +534,7 @@ SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd,
}
// than create table structure partially. First a single line that contains
// all boxes. The correct structure is than taken from SaveStruct.
// all boxes. The correct structure is then taken from SaveStruct.
SwTableBoxFormat* pBoxFormat = GetDoc()->MakeTableBoxFormat();
SwTableLineFormat* pLineFormat = GetDoc()->MakeTableLineFormat();
SwTableLine* pLine = new SwTableLine( pLineFormat, rSavedData.size(), nullptr );
......
......@@ -200,7 +200,7 @@ bool HierarchyEntry::getData( HierarchyEntryData& rData )
// TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable office
// installation, the path to the office installtion directory must
// installation, the path to the office installation directory must
// never be stored directly. A placeholder is used instead. Replace
// it by actual installation directory.
if ( m_xOfficeInstDirs.is() && !aValue.isEmpty() )
......@@ -399,7 +399,7 @@ bool HierarchyEntry::setData( const HierarchyEntryData& rData )
// TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable office
// installation, the path to the office installtion
// installation, the path to the office installation
// directory must never be stored directly. Use a
// placeholder instead.
OUString aValue( rData.getTargetURL() );
......@@ -704,7 +704,7 @@ bool HierarchyEntry::move(
// TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable office
// installation, the path to the office installtion
// installation, the path to the office installation
// directory must never be stored directly. Use a placeholder
// instead.
OUString aValue( rData.getTargetURL() );
......@@ -1092,7 +1092,7 @@ const HierarchyEntryData& HierarchyEntry::iterator::operator*() const
// TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable office
// installation, the path to the office installtion directory must
// installation, the path to the office installation directory must
// never be stored directly. A placeholder is used instead. Replace
// it by actual installation directory.
if ( m_pImpl->officeDirs.is() && !aValue.isEmpty() )
......
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