summaryrefslogtreecommitdiffstats
path: root/rsc/source/res/rscrange.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-26 09:11:28 +0200
committerNoel Grandin <noel@peralex.com>2015-10-26 09:12:05 +0200
commit3d784c4af6e0fdde0b7e555ad940bc13a61c2a22 (patch)
tree58415192099a6e8c352f92ab55749244668f03bf /rsc/source/res/rscrange.cxx
parentIt's a constant (diff)
downloadcore-3d784c4af6e0fdde0b7e555ad940bc13a61c2a22.tar.gz
core-3d784c4af6e0fdde0b7e555ad940bc13a61c2a22.zip
remove extra spaces around ::
just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
Diffstat (limited to 'rsc/source/res/rscrange.cxx')
-rw-r--r--rsc/source/res/rscrange.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/res/rscrange.cxx b/rsc/source/res/rscrange.cxx
index f83792a4939b..4164bfde30a7 100644
--- a/rsc/source/res/rscrange.cxx
+++ b/rsc/source/res/rscrange.cxx
@@ -308,7 +308,7 @@ RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, bool bOwnCla
return aInst;
}
-void RscIdRange :: Destroy( const RSCINST & rInst )
+void RscIdRange::Destroy( const RSCINST & rInst )
{
reinterpret_cast<RscId *>(rInst.pData)->Destroy();
}
@@ -419,7 +419,7 @@ void RscBool::WriteSrc( const RSCINST & rInst, FILE * fOutput,
fprintf( fOutput, "FALSE" );
}
-RscBreakRange :: RscBreakRange( Atom nId, sal_uInt32 nTypeId )
+RscBreakRange::RscBreakRange( Atom nId, sal_uInt32 nTypeId )
: RscRange( nId, nTypeId )
{
nOutRange = 0xFFFFFFFF;