diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-22 09:52:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-22 14:34:21 +0200 |
commit | db8067145f0126402be39042934e11228a1b42e9 (patch) | |
tree | 0a9d18faaf0c862cc544e6a991b32a68bbb40e28 /idl | |
parent | 14420e83296fd393cba956047370564c3517cdae (diff) |
loplugin:write only fields
Change-Id: I44f249a17d0a510ec63a488b656d57a1a392f821
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/database.hxx | 1 | ||||
-rw-r--r-- | idl/inc/globals.hxx | 2 | ||||
-rw-r--r-- | idl/source/prj/globals.cxx | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 22d6b7801f4b..71e77b4f2b71 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -77,7 +77,6 @@ class SvIdlDataBase SvRefMemberList<SvMetaClass *> aClassList; SvRefMemberList<SvMetaModule *> aModuleList; SvRefMemberList<SvMetaSlot *> aSlotList; - SvRefMemberList<SvMetaType *> aTmpTypeList; // not persistent SvRefMemberList<SvMetaObject *> aContextStack; protected: diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index 4663f579cade..6092fbbba7ab 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -29,8 +29,6 @@ struct SvGlobalHashNames { SvStringHashEntryRef MM_module; SvStringHashEntryRef MM_interface; - SvStringHashEntryRef MM_String; - SvStringHashEntryRef MM_void; SvStringHashEntryRef MM_shell; SvStringHashEntryRef MM_Toggle; SvStringHashEntryRef MM_AutoUpdate; diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index cb73712225b4..dc24d94736c9 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -56,8 +56,6 @@ inline SvStringHashEntry * INS( const OString& rName ) SvGlobalHashNames::SvGlobalHashNames() : MM_module( INS( "module" ) ) , MM_interface( INS( "interface" ) ) - , MM_String( INS( "String" ) ) - , MM_void( INS( "void" ) ) , MM_shell( INS( "shell" ) ) , MM_Toggle( INS( "Toggle" ) ) , MM_AutoUpdate( INS( "AutoUpdate" ) ) |