summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/itemset.cxx2
-rw-r--r--svl/source/items/poolio.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 301bafc2bfab..8a8dafd89666 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -1398,7 +1398,7 @@ SvStream &SfxItemSet::Store
* This method loads an SfxItemSet from a stream.
* If the SfxItemPool was loaded without RefCounts the loaded Item
* references are counted, else we assume the they were accounted for
- * when loadig the SfxItemPool.
+ * when loading the SfxItemPool.
*
* @see SfxItemSet::Store(Stream&,bool) const
*/
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index 918330f6fa5a..1e0a20ea59ba 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -937,7 +937,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 resued in the
+ * The array must be static, because its not copied and reused in the
* copy-ctor of the SfxItemPool
*
* Example usage: