summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:54:04 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commit2e1d74dc4fb4590fd7ded360457ad867a9002e94 (patch)
tree93adfcb09d95076c54e7e03d94228204eb9dd3b4 /idl
parent60e61e4434b3c8443bfa1303122be6a9773a70f2 (diff)
loplugin:unusedfields idl,idlc
Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/module.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 12b4b4af17b4..b8dfa9d08016 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -26,10 +26,8 @@
struct SvNamePos
{
SvGlobalName aUUId;
- sal_uInt32 nStmPos;
- SvNamePos( const SvGlobalName & rName, sal_uInt32 nPos )
- : aUUId( rName )
- , nStmPos( nPos ) {}
+ SvNamePos( const SvGlobalName & rName )
+ : aUUId( rName ) {}
};
class SvMetaModule : public SvMetaExtern