diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 14:12:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-01 19:10:20 +0000 |
commit | 441fa1c03664081d76bf6007c4ac0aee32f56342 (patch) | |
tree | 7f96d821be5261ca4dae65651ee6016bb922ab94 /svl | |
parent | 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (diff) |
Fix typos
Change-Id: I1e0e6f1b99090f26a6cd657ee9019bf2fa906dd9
Reviewed-on: https://gerrit.libreoffice.org/29436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-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: |