summaryrefslogtreecommitdiff
path: root/registry/source/reflread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/reflread.cxx')
-rw-r--r--registry/source/reflread.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 1df3a639aa09..97699af8e824 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -267,8 +267,6 @@ public:
{
}
- ~ConstantPool();
-
sal_uInt32 parseIndex(); // throws std::bad_alloc
CPInfoTag readTag(sal_uInt16 index);
@@ -288,10 +286,6 @@ public:
// throws std::bad_alloc
};
-ConstantPool::~ConstantPool()
-{
-}
-
sal_uInt32 ConstantPool::parseIndex()
{
m_pIndex.reset();
@@ -891,8 +885,6 @@ public:
}
}
- ~MethodList();
-
sal_uInt32 parseIndex(); // throws std::bad_alloc
const sal_Char* getMethodName(sal_uInt16 index);
@@ -910,10 +902,6 @@ private:
sal_uInt16 calcMethodParamIndex( const sal_uInt16 index );
};
-MethodList::~MethodList()
-{
-}
-
sal_uInt16 MethodList::calcMethodParamIndex( const sal_uInt16 index )
{
return (METHOD_OFFSET_PARAM_COUNT + sizeof(sal_uInt16) + (index * m_PARAM_ENTRY_SIZE));