diff options
Diffstat (limited to 'svl/source/items/poolio.cxx')
-rw-r--r-- | svl/source/items/poolio.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 42a68764caed..b69ddab1a408 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -985,7 +985,7 @@ void SfxItemPool::SetStoringRange( sal_uInt16 nFrom, sal_uInt16 nTo ) * WhichIds. Moving WhichIds is not permitted. * This method should only be called in or right after the ctor. * - * The array must be static, because its not copied and reused in the + * The array must be static, because it's not copied and reused in the * copy-ctor of the SfxItemPool * * Example usage: |