From 48cb92cb1671bfdef3fcf43978455f19b26ca7bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 16 Aug 2016 15:51:26 +0200 Subject: convert XPropertyListType to scoped enum Change-Id: I071c0d17c7c5982af47bccd92580bbac62bdf7b3 --- svx/source/xoutdev/xtabhtch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/xoutdev/xtabhtch.cxx') diff --git a/svx/source/xoutdev/xtabhtch.cxx b/svx/source/xoutdev/xtabhtch.cxx index a5227ba7b2b2..51b71def653d 100644 --- a/svx/source/xoutdev/xtabhtch.cxx +++ b/svx/source/xoutdev/xtabhtch.cxx @@ -37,7 +37,7 @@ using namespace ::com::sun::star; XHatchList::XHatchList(const OUString& rPath, const OUString& rReferer) - : XPropertyList( XHATCH_LIST, rPath, rReferer ) + : XPropertyList( XPropertyListType::Hatch, rPath, rReferer ) { } -- cgit