summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editeng/source/editeng/impedit3.cxx2
-rw-r--r--odk/config/cfgWin.js2
-rw-r--r--sfx2/source/doc/doctemplates.cxx4
-rw-r--r--sw/source/core/undo/untbl.cxx2
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.cxx8
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() )