From fe73ed7c79b96eaa5aa84314a07ae11f188575a1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Apr 2015 16:01:31 +0200 Subject: convert SFX_ITEM constants to scoped enum Change-Id: Ief8c30c356ba947727c5ab70092042816a0db99e Reviewed-on: https://gerrit.libreoffice.org/15302 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svl/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/README') diff --git a/svl/README b/svl/README index 2665c1a987ce..57cb60ce8d19 100644 --- a/svl/README +++ b/svl/README @@ -19,7 +19,7 @@ A small reference counted piece of data. Many subclasses, each with a unique integer to identify its type (WhichId). Can be compared for equality (operator==), Clone()d, and converted to/from uno::Any (QueryValue/PutValue). -A pool item may have value semantics (SFX_ITEM_POOLABLE), meaning that +A pool item may have value semantics (SfxItemPoolFlags::POOLABLE), meaning that there will generally be only one instance that compares equal per item pool, or not, in which case the item will be Clone()d quite a bit. -- cgit