From 14505bb67eb671ebcb91c81cbefbbc1aab930b44 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Apr 2015 16:18:28 +0200 Subject: loplugin:staticmethods Change-Id: I715374b531da2850434b2436633b6042ecb9ebe0 --- svtools/source/config/itemholder2.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools/source/config/itemholder2.hxx') diff --git a/svtools/source/config/itemholder2.hxx b/svtools/source/config/itemholder2.hxx index 9e12ecfc39ce..e1363a5aa52d 100644 --- a/svtools/source/config/itemholder2.hxx +++ b/svtools/source/config/itemholder2.hxx @@ -57,8 +57,8 @@ class ItemHolder2 : private ItemHolderMutexBase void impl_addItem(EItem eItem); void impl_releaseAllItems(); - void impl_newItem(TItemInfo& rItem); - void impl_deleteItem(TItemInfo& rItem); + static void impl_newItem(TItemInfo& rItem); + static void impl_deleteItem(TItemInfo& rItem); }; } // namespace svtools -- cgit