summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 09:28:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 10:11:19 +0200
commit5549160d97392d649bc3f7a490c161e77c1fd94a (patch)
tree3323d8b4c5377868316597fde9a255d7adb9180f /svl
parent4b1b17f40aaeac23bd03e676f8c0739ad5765646 (diff)
improve comment
Change-Id: Ia45916169c10b1c8bb712c9c21ce2df6cda37245
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/poolio.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index b69ddab1a408..7e023fa32e5c 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -1157,18 +1157,18 @@ bool SfxItemPool::IsCurrentVersionLoading() const
/**
* Saves the SfxPoolItem 'rItem' to the SvStream 'rStream':
- * either as a surrogate ('bDirect == sal_False') or directly with
+ * either as a surrogate ('bDirect == false') or directly with
* 'rItem.Store()'.
* Non-poolable Items are always saved directly. Items without WhichId and
* SID-Items as well as Items that were not yet present in the file format
- * version (return sal_False) are not saved.
+ * version (return false) are not saved.
*
* The Item is saved to the Stream in the following manner:
* sal_uInt16 rItem.Which()
* sal_uInt16 GetSlotId( rItem.Which() ) or 0 if not available
- * sal_uInt16 GetSurrogate( &rItem ) or SFX_ITEM_DIRECT fo '!SFX_ITEM_POOLBLE'
+ * sal_uInt16 GetSurrogate( &rItem ) or SFX_ITEM_DIRECT for '!SFX_ITEM_POOLABLE'
*
- * Optionally (if 'bDirect == sal_True' or '!rItem.IsPoolable()':
+ * Optionally (if 'bDirect == true' or '!rItem.IsPoolable()':
* sal_uInt16 rItem.GetVersion()
* sal_uLong Size
* Size rItem.Store()