diff options
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/itempool.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 030a09d0f688..873d56bc0e75 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -321,8 +321,9 @@ public: // Read commit text for more information void GetItemSurrogates(ItemSurrogates& rTarget, sal_uInt16 nWhich) const; - // special version for read-oly itemSurrogates for NameOrIndex Items + // special version for read-only itemSurrogates for NameOrIndex Items void GetItemSurrogatesForItem(ItemSurrogates& rTarget, const SfxPoolItem& rItem) const; + void GetItemSurrogatesForItem(ItemSurrogates& rTarget, SfxItemType eItemType) const; sal_uInt16 GetFirstWhich() const { return mnStart; } sal_uInt16 GetLastWhich() const { return mnEnd; } |