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 ...@@ -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 // 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 // line in edit mode, originally clipped against edit area (which is no
// longer done in Overlay mode and allows to *read* the URL). // 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) // EditEngine (look for lineBreaksList creation)
if( nullptr == pActiveView && bStripOnly && !bParsingFields && pExtraInfo && !pExtraInfo->lineBreaksList.empty() ) if( nullptr == pActiveView && bStripOnly && !bParsingFields && pExtraInfo && !pExtraInfo->lineBreaksList.empty() )
{ {
......
...@@ -197,7 +197,7 @@ function getOfficeHome() ...@@ -197,7 +197,7 @@ function getOfficeHome()
continue; 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 //program sub-directory
var progDir = sHome + "\\program"; var progDir = sHome + "\\program";
if (! aFileSystemObject.FolderExists(progDir)) if (! aFileSystemObject.FolderExists(progDir))
......
...@@ -979,7 +979,7 @@ bool SfxDocTplService_Impl::setProperty( Content& rContent, ...@@ -979,7 +979,7 @@ bool SfxDocTplService_Impl::setProperty( Content& rContent,
} }
// To ensure a reloctable office installation, the path to the // 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 ) ) if ( SfxURLRelocator_Impl::propertyCanContainOfficeDir( rPropName ) )
{ {
OUString aValue; OUString aValue;
...@@ -1038,7 +1038,7 @@ bool SfxDocTplService_Impl::getProperty(Content& rContent, const OUString& rProp ...@@ -1038,7 +1038,7 @@ bool SfxDocTplService_Impl::getProperty(Content& rContent, const OUString& rProp
rPropValue = rContent.getPropertyValue( rPropName ); rPropValue = rContent.getPropertyValue( rPropName );
// To ensure a reloctable office installation, the path to the // 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 ) ) if ( SfxURLRelocator_Impl::propertyCanContainOfficeDir( rPropName ) )
{ {
OUString aValue; OUString aValue;
......
...@@ -534,7 +534,7 @@ SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd, ...@@ -534,7 +534,7 @@ SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd,
} }
// than create table structure partially. First a single line that contains // 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(); SwTableBoxFormat* pBoxFormat = GetDoc()->MakeTableBoxFormat();
SwTableLineFormat* pLineFormat = GetDoc()->MakeTableLineFormat(); SwTableLineFormat* pLineFormat = GetDoc()->MakeTableLineFormat();
SwTableLine* pLine = new SwTableLine( pLineFormat, rSavedData.size(), nullptr ); SwTableLine* pLine = new SwTableLine( pLineFormat, rSavedData.size(), nullptr );
......
...@@ -200,7 +200,7 @@ bool HierarchyEntry::getData( HierarchyEntryData& rData ) ...@@ -200,7 +200,7 @@ bool HierarchyEntry::getData( HierarchyEntryData& rData )
// TargetURL property may contain a reference to the Office // TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable 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 // never be stored directly. A placeholder is used instead. Replace
// it by actual installation directory. // it by actual installation directory.
if ( m_xOfficeInstDirs.is() && !aValue.isEmpty() ) if ( m_xOfficeInstDirs.is() && !aValue.isEmpty() )
...@@ -399,7 +399,7 @@ bool HierarchyEntry::setData( const HierarchyEntryData& rData ) ...@@ -399,7 +399,7 @@ bool HierarchyEntry::setData( const HierarchyEntryData& rData )
// TargetURL property may contain a reference to the Office // TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable 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 // directory must never be stored directly. Use a
// placeholder instead. // placeholder instead.
OUString aValue( rData.getTargetURL() ); OUString aValue( rData.getTargetURL() );
...@@ -704,7 +704,7 @@ bool HierarchyEntry::move( ...@@ -704,7 +704,7 @@ bool HierarchyEntry::move(
// TargetURL property may contain a reference to the Office // TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable 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 // directory must never be stored directly. Use a placeholder
// instead. // instead.
OUString aValue( rData.getTargetURL() ); OUString aValue( rData.getTargetURL() );
...@@ -1092,7 +1092,7 @@ const HierarchyEntryData& HierarchyEntry::iterator::operator*() const ...@@ -1092,7 +1092,7 @@ const HierarchyEntryData& HierarchyEntry::iterator::operator*() const
// TargetURL property may contain a reference to the Office // TargetURL property may contain a reference to the Office
// installation directory. To ensure a reloctable 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 // never be stored directly. A placeholder is used instead. Replace
// it by actual installation directory. // it by actual installation directory.
if ( m_pImpl->officeDirs.is() && !aValue.isEmpty() ) 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