diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 11:47:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 12:24:51 +0000 |
commit | 5eb95b2623a647134d4974c7977eb2340b3d84d7 (patch) | |
tree | 39978d7eedf547b3ecd9fad0ea2de8979a9acb0b /sfx2 | |
parent | ee120240f7021ce8f06c09fe2c2b26593c7de67e (diff) |
writeble->writable
Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctemplates.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx index 47b8fedd45ff..cea14a6007e1 100644 --- a/sfx2/source/doc/doctemplates.cxx +++ b/sfx2/source/doc/doctemplates.cxx @@ -1566,7 +1566,7 @@ sal_Bool SfxDocTplService_Impl::removeGroup( const OUString& rGroupName ) if ( !maTemplateDirs.getLength() ) return sal_False; - // check that the fs location is in writeble folder and this is not a "My templates" folder + // check that the fs location is in writable folder and this is not a "My templates" folder INetURLObject aGroupParentFolder( aGroupTargetURL ); if (!aGroupParentFolder.removeSegment()) return sal_False; @@ -1683,7 +1683,7 @@ sal_Bool SfxDocTplService_Impl::renameGroup( const OUString& rOldName, if ( !maTemplateDirs.getLength() ) return sal_False; - // check that the fs location is in writeble folder and this is not a "My templates" folder + // check that the fs location is in writable folder and this is not a "My templates" folder INetURLObject aGroupParentFolder( aGroupTargetURL ); if (!aGroupParentFolder.removeSegment() || isInternalTemplateDir(aGroupParentFolder.GetMainURL(INetURLObject::NO_DECODE))) |