summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 16:01:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:27 -0400
commit3fd52924e45a9a29a255156c1a9bcff9d8855019 (patch)
tree30cf82f2bc565847a16dfed7088093ba7b11d297 /idl
parent892124072c459ddf818557a3eb0f78c6dc815a52 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864 (cherry picked from commit ec3f72415850bd865eb030cf2b7edb55b99d4756)
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/database.hxx1
-rw-r--r--idl/inc/module.hxx7
-rw-r--r--idl/inc/types.hxx1
-rw-r--r--idl/source/objects/types.cxx1
4 files changed, 0 insertions, 10 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 0c385f70821a..3bf5e0c7a3f1 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -92,7 +92,6 @@ public:
// list of used types while writing
SvMetaTypeMemberList aUsedTypes;
OString aIFaceName;
- SvIdentifier aStructSlotId;
void StartNewFile( const OUString& rName );
void SetExportFile( const OUString& rName )
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index b8dfa9d08016..b6e67e7fa11a 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -23,13 +23,6 @@
#include <slot.hxx>
#include <object.hxx>
-struct SvNamePos
-{
- SvGlobalName aUUId;
- SvNamePos( const SvGlobalName & rName )
- : aUUId( rName ) {}
-};
-
class SvMetaModule : public SvMetaExtern
{
SvMetaClassMemberList aClassList;
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index fee2a5a8df55..25bca906274d 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -89,7 +89,6 @@ class SvMetaType : public SvMetaExtern
SvBOOL aIn; // input parameter
SvBOOL aOut; // return parameter
Svint aCall0, aCall1;
- Svint aSbxDataType;
SvIdentifier aSvName;
SvIdentifier aSbxName;
SvIdentifier aOdlName;
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index f683458790d9..47c2882a4668 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.cxx
@@ -222,7 +222,6 @@ void SvMetaAttribute::Insert (SvSlotElementList&, const OString&, SvIdlDataBase&
#define CTOR \
: aCall0( CALL_VALUE, false ) \
, aCall1( CALL_VALUE, false ) \
- , aSbxDataType( 0, false ) \
, pAttrList( nullptr ) \
, nType( TYPE_BASE ) \
, bIsItem( false ) \