summaryrefslogtreecommitdiff
path: root/svl/README
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-08 15:02:47 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-08 17:51:37 +0200
commit4b3a535ae311546066471cf9c2584fc4bfd65cc6 (patch)
treef13e1c50351dc1f4d5f9be0723f62b11f6935070 /svl/README
parente3efae3ebc593b234058908c82d0f62a30736f40 (diff)
svl: prefix members of SfxItemSet
Change-Id: I801aaa8ad9a4ff08dedd2f92b09d98c870c725b8
Diffstat (limited to 'svl/README')
-rw-r--r--svl/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/README b/svl/README
index 1eb3d80e8bf9..2665c1a987ce 100644
--- a/svl/README
+++ b/svl/README
@@ -44,7 +44,7 @@ set's SfxItemPool, and for poolable items only a single instance that
compares equal under the predicate operator== will be stored in the pool,
regardless of how many sets contain it, thus conserving memory.
-There are members _pWhichRanges for the valid ranges (as pairs of WhichIds),
-_nCount for the number of items contained, and _aItems for the pointers to
+There are members m_pWhichRanges for the valid ranges (as pairs of WhichIds),
+m_nCount for the number of items contained, and m_pItems for the pointers to
the actual items.