Kaydet (Commit) 2e1d74dc authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields idl,idlc

Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
üst 60e61e44
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment