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 --- cui/source/tabpages/tplneend.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/tabpages/tplneend.cxx') diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index 8bbe4940c701..c17b18f7e14f 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -572,7 +572,7 @@ IMPL_LINK_NOARG_TYPED(SvxLineEndDefTabPage, ClickLoadHdl_Impl, Button*, void) XLineEndListRef pLeList = XPropertyList::AsLineEndList( XPropertyList::CreatePropertyList( - XLINE_END_LIST, + XPropertyListType::LineEnd, aPathURL.GetMainURL(INetURLObject::NO_DECODE), "")); pLeList->SetName( aURL.getName() ); if( pLeList->Load() ) -- cgit v1.2.1