From 1a18cafecb06a76e872f5f1a9434160ea8ffd881 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Apr 2015 14:24:26 +0200 Subject: loplugin:staticmethods Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d --- unotools/source/config/itemholder1.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools/source/config/itemholder1.hxx') diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx index f42ba8878dc7..8cb17296df17 100644 --- a/unotools/source/config/itemholder1.hxx +++ b/unotools/source/config/itemholder1.hxx @@ -51,8 +51,8 @@ class ItemHolder1 : 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); }; // namespaces -- cgit