summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscconst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscconst.cxx')
-rw-r--r--rsc/source/res/rscconst.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index 81c9010572df..281c8b02ad3b 100644
--- a/rsc/source/res/rscconst.cxx
+++ b/rsc/source/res/rscconst.cxx
@@ -38,11 +38,6 @@ RscConst::~RscConst()
rtl_freeMemory( static_cast<void *>(pVarArray) );
}
-RSCCLASS_TYPE RscConst::GetClassType() const
-{
- return RSCCLASS_CONST;
-}
-
void RscConst::SetConstant( Atom nVarName, sal_Int32 lValue )
{
if( pVarArray )