From db8067145f0126402be39042934e11228a1b42e9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 22 Feb 2016 09:52:13 +0200 Subject: loplugin:write only fields Change-Id: I44f249a17d0a510ec63a488b656d57a1a392f821 --- idl/inc/database.hxx | 1 - idl/inc/globals.hxx | 2 -- idl/source/prj/globals.cxx | 2 -- 3 files changed, 5 deletions(-) (limited to 'idl') 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 aClassList; SvRefMemberList aModuleList; SvRefMemberList aSlotList; - SvRefMemberList aTmpTypeList; // not persistent SvRefMemberList 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" ) ) -- cgit