diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-21 14:01:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-23 13:26:17 +0200 |
commit | f2940a4bfffec5bc34fb03cb32205bff4708a027 (patch) | |
tree | 0ffbe5667f0f16dbb8482be79d973c3f486038b7 /include/svl | |
parent | dc0af9ef8eb00170997181c2adddbe93315486c7 (diff) |
rename SfxItemDesruptor -> SfxItemDisruptor
Change-Id: I7cc9fa3ab6aebc541df4708e29b530f8021b14ba
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/poolitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |