summaryrefslogtreecommitdiff
path: root/unodevtools/source/unodevtools/typeblob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/unodevtools/typeblob.cxx')
-rw-r--r--unodevtools/source/unodevtools/typeblob.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unodevtools/source/unodevtools/typeblob.cxx b/unodevtools/source/unodevtools/typeblob.cxx
index d877e44faf8b..b2d1ab601356 100644
--- a/unodevtools/source/unodevtools/typeblob.cxx
+++ b/unodevtools/source/unodevtools/typeblob.cxx
@@ -176,7 +176,6 @@ void writeMethodData( typereg::Writer& rWriter, sal_uInt32 calculatedMemberOffse
Sequence< Reference< XMethodParameter > > parameters(xMethod->getParameters());
Sequence< Reference< XTypeDescription > > exceptions(xMethod->getExceptions());
- OUString name(xMethod->getMemberName());
sal_uInt16 methodIndex = (sal_uInt16)(xMethod->getPosition()
- calculatedMemberOffset);
sal_uInt16 paramCount = (sal_uInt16)parameters.getLength();