From 4b3a535ae311546066471cf9c2584fc4bfd65cc6 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 8 Apr 2015 15:02:47 +0200 Subject: svl: prefix members of SfxItemSet Change-Id: I801aaa8ad9a4ff08dedd2f92b09d98c870c725b8 --- svl/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/README') 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. -- cgit