summaryrefslogtreecommitdiff
path: root/rsc/source/tools/rscdef.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/tools/rscdef.cxx')
-rw-r--r--rsc/source/tools/rscdef.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx
index 0d2595bee4ac..5bf4eae70644 100644
--- a/rsc/source/tools/rscdef.cxx
+++ b/rsc/source/tools/rscdef.cxx
@@ -99,11 +99,6 @@ bool RscId::operator > ( const RscId& rRscId ) const
return GetNumber() > rRscId.GetNumber();
}
-RscId::operator sal_Int32() const
-{
- return GetNumber();
-}
-
OString RscId::GetName() const
{
OStringBuffer aStr;