diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 11:40:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 14:51:07 +0200 |
commit | eeb1030c6455d4b45bdd4e535a3eafd809716e54 (patch) | |
tree | a4ef1f47835c5e6fb0ba4f46948e433c7c9f59c4 /idl | |
parent | 3054a8c1c148aee9cb3feaa4e7b5edee010deead (diff) |
loplugin:unusedfields in cui..idl
Change-Id: Icb393cc0b2f79ded154e186ab6975b95e5126903
Reviewed-on: https://gerrit.libreoffice.org/39496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/database.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 0a9383cbc402..4444110b6172 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -86,7 +86,6 @@ protected: void WriteReset() { aUsedTypes.clear(); - aIFaceName.clear(); } public: OUString sSlotMapFile; @@ -100,7 +99,6 @@ public: // list of used types while writing SvRefMemberList<SvMetaType *> aUsedTypes; - OString aIFaceName; void StartNewFile( const OUString& rName ); void SetExportFile( const OUString& rName ) |