diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-10 15:08:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-11 10:01:45 +0200 |
commit | e755ac76e04e696493b0557193b1a41f7eeb0657 (patch) | |
tree | 98761875ba90345c83f970e821ac7e58f2978907 /idl/source | |
parent | ae7f6dc8afd3b5723ca11f1cdebc1564649e243d (diff) |
rename Back2Delemitter->Back2Delimiter
Change-Id: I8e4cf6fa936bc94db3f8a865731d00878354ad99
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/objects/basobj.cxx | 2 | ||||
-rw-r--r-- | idl/source/objects/object.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index 272b526de1ab..3a99061a059f 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -42,7 +42,7 @@ void SvMetaObject::WriteStars( SvStream & rOutStm ) rOutStm.WriteChar( '/' ) << endl; } -void SvMetaObject::Back2Delemitter( SvStream & rOutStm ) +void SvMetaObject::Back2Delimiter( SvStream & rOutStm ) { // write no empty brackets sal_uLong nPos = rOutStm.Tell(); diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index acc92f8bf8ab..1d02176a3642 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -356,7 +356,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) // write all attributes sal_uInt16 nArgCount = WriteSlotParamArray( rBase, aSlotList, rOutStm ); if( nArgCount ) - Back2Delemitter( rOutStm ); + Back2Delimiter( rOutStm ); else { // at least one dummy @@ -381,7 +381,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) // write all attributes WriteSlots( GetName(), 0, aSlotList, rBase, rOutStm ); if( nSlotCount ) - Back2Delemitter( rOutStm ); + Back2Delimiter( rOutStm ); else { // at least one dummy |