summaryrefslogtreecommitdiff
path: root/svl/source/config/itemholder2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/itemholder2.hxx')
-rw-r--r--svl/source/config/itemholder2.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/config/itemholder2.hxx b/svl/source/config/itemholder2.hxx
index b2b304527647..a4f837270bd1 100644
--- a/svl/source/config/itemholder2.hxx
+++ b/svl/source/config/itemholder2.hxx
@@ -50,8 +50,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);
};
#endif // INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_