summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 11:47:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 12:24:51 +0000
commit5eb95b2623a647134d4974c7977eb2340b3d84d7 (patch)
tree39978d7eedf547b3ecd9fad0ea2de8979a9acb0b /sfx2
parentBrowseBox::bHideCursor misuses sal_Bool for TriState (diff)
downloadcore-5eb95b2623a647134d4974c7977eb2340b3d84d7.tar.gz
core-5eb95b2623a647134d4974c7977eb2340b3d84d7.zip
writeble->writable
Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e
Diffstat (limited to 'sfx2')
-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 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)))