From f2940a4bfffec5bc34fb03cb32205bff4708a027 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Jul 2014 14:01:05 +0200 Subject: rename SfxItemDesruptor -> SfxItemDisruptor Change-Id: I7cc9fa3ab6aebc541df4708e29b530f8021b14ba --- include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl') diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 8878355e66e3..5a6d4564e138 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -157,7 +157,7 @@ class SfxItemSet; class SVL_DLLPUBLIC SfxPoolItem { friend class SfxItemPool; -friend class SfxItemDesruptor_Impl; +friend class SfxItemDisruptor_Impl; friend class SfxItemPoolCache; friend class SfxItemSet; friend class SfxVoidItem; -- cgit