diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-18 00:40:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-18 10:47:52 +0100 |
commit | 19d7475077518bf54d5f1cc091d6fb0094dd7e28 (patch) | |
tree | f10b6cee3b13a70754b46d7b6793a59e7054a3ec | |
parent | 7ff004e8cac9b3e7296da11fc634facdadcd4d59 (diff) |
Fix typos
Change-Id: I2a7877dc341e9bcbea231f5ce9edb1236f97df1c
Reviewed-on: https://gerrit.libreoffice.org/63505
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 2 | ||||
-rw-r--r-- | odk/config/cfgWin.js | 2 | ||||
-rw-r--r-- | sfx2/source/doc/doctemplates.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/undo/untbl.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydata.cxx | 8 |
5 files changed, 9 insertions, 9 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index a2496b69733f..208aabaf2100 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -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() ) { diff --git a/odk/config/cfgWin.js b/odk/config/cfgWin.js index c0ec457f3ed4..fa8961b460d1 100644 --- a/odk/config/cfgWin.js +++ b/odk/config/cfgWin.js @@ -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)) diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index aac778b6f29e..c1ebaa505d8a 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -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; diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx index 7b7f7cd5115e..bced4f3fa38c 100644 --- a/sw/source/core/undo/untbl.cxx +++ b/sw/source/core/undo/untbl.cxx @@ -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 ); diff --git a/ucb/source/ucp/hierarchy/hierarchydata.cxx b/ucb/source/ucp/hierarchy/hierarchydata.cxx index 7be61954aae2..1c626cc3deec 100644 --- a/ucb/source/ucp/hierarchy/hierarchydata.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydata.cxx @@ -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() ) |