diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-25 11:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 09:50:55 +0000 |
commit | 2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch) | |
tree | 3d6485a3f42e9bbaace77be180d38dc7f2e175af /editeng/source/items | |
parent | 75cec5cd54a731039b63d564be378a1202fb9e8b (diff) |
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
Reviewed-on: https://gerrit.libreoffice.org/25420
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng/source/items')
-rw-r--r-- | editeng/source/items/paraitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index 52cdbc3f6d95..1eba1968fc71 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -1068,7 +1068,7 @@ SfxPoolItem* SvxTabStopItem::Create( SvStream& rStrm, sal_uInt16 ) const SvStream& SvxTabStopItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const { // Default-Tabs are only expanded for the default Attribute. For complete - // backward compabillity (<=304) all tabs have to be expanded, this makes + // backward compability (<=304) all tabs have to be expanded, this makes // the files grow large in size. All only SWG! const SfxItemPool *pPool = SfxItemPool::GetStoringPool(); |