summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svl/poolitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index e594abb7d400..b7588495a37f 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -66,10 +66,10 @@ inline bool Any2Bool( const css::uno::Any&rValue )
* representation of an item after calling the virtual
* method <SfxPoolItem::GetPresentation()const>.
*/
-enum SfxItemPresentation
+enum class SfxItemPresentation
{
- SFX_ITEM_PRESENTATION_NAMELESS,
- SFX_ITEM_PRESENTATION_COMPLETE
+ Nameless,
+ Complete
};
/**