summaryrefslogtreecommitdiff
path: root/rsc/source/res/rsctop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rsctop.cxx')
-rw-r--r--rsc/source/res/rsctop.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx
index 6038ab932a3b..1688e3951078 100644
--- a/rsc/source/res/rsctop.cxx
+++ b/rsc/source/res/rsctop.cxx
@@ -48,7 +48,7 @@ RSCINST RscTop::GetDefault()
return aDfltInst;
}
-void RscTop :: Pre_dtor()
+void RscTop::Pre_dtor()
{
if( aDfltInst.IsInst() )
{
@@ -66,7 +66,7 @@ RscTop * RscTop::GetTypeClass() const
return NULL;
}
-sal_uInt32 RscTop :: Size()
+sal_uInt32 RscTop::Size()
{
if( pSuperClass )
return pSuperClass->Size();
@@ -74,7 +74,7 @@ sal_uInt32 RscTop :: Size()
return 0;
}
-ERRTYPE RscTop :: GetRef( const RSCINST & rInst, RscId * pRscId )
+ERRTYPE RscTop::GetRef( const RSCINST & rInst, RscId * pRscId )
{
if( pSuperClass )
return pSuperClass->GetRef( rInst, pRscId );