summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-18 00:40:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-18 10:47:52 +0100
commit19d7475077518bf54d5f1cc091d6fb0094dd7e28 (patch)
treef10b6cee3b13a70754b46d7b6793a59e7054a3ec /ucb
parent7ff004e8cac9b3e7296da11fc634facdadcd4d59 (diff)
Fix typos
Change-Id: I2a7877dc341e9bcbea231f5ce9edb1236f97df1c Reviewed-on: https://gerrit.libreoffice.org/63505 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.cxx8
1 files changed, 4 insertions, 4 deletions
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() )