loplugin:unusedfields idl,idlc
Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
This commit is contained in:
parent
60e61e4434
commit
2e1d74dc4f
@ -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
|
||||
|
@ -81,7 +81,6 @@ struct AstExprValue
|
||||
bool bval; // Contains boolean expression value
|
||||
float fval; // Contains 32-bit float expr value
|
||||
double dval; // Contains 64-bit float expr value
|
||||
sal_uInt32 eval; // Contains enumeration value
|
||||
} u;
|
||||
ExprType et;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user