summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-10 15:08:46 +0200
committerNoel Grandin <noel@peralex.com>2016-02-11 10:01:45 +0200
commite755ac76e04e696493b0557193b1a41f7eeb0657 (patch)
tree98761875ba90345c83f970e821ac7e58f2978907 /idl
parentae7f6dc8afd3b5723ca11f1cdebc1564649e243d (diff)
rename Back2Delemitter->Back2Delimiter
Change-Id: I8e4cf6fa936bc94db3f8a865731d00878354ad99
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx2
-rw-r--r--idl/source/objects/basobj.cxx2
-rw-r--r--idl/source/objects/object.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index af85f472c7d1..8b301264479a 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -97,7 +97,7 @@ public:
SvMetaObject();
static void WriteTab( SvStream & rOutStm, sal_uInt16 nTab );
- static void Back2Delemitter( SvStream & );
+ static void Back2Delimiter( SvStream & );
static void WriteStars( SvStream & );
void SetName( const OString& rName );
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