summaryrefslogtreecommitdiff
path: root/sfx2/source
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 /sfx2/source
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 'sfx2/source')
-rw-r--r--sfx2/source/doc/doctemplates.cxx4
1 files changed, 2 insertions, 2 deletions
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;