summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-25 16:18:58 +0200
committerDavid Tardon <dtardon@redhat.com>2013-06-25 16:19:49 +0200
commit7a62a5c34a46715cb9d13c60f8423526c0625d1e (patch)
tree37d6f3641224e4c533b49d47dbfded5e27c0e95d
parent55599c4a1ece11d840c869db44e351468786916b (diff)
fdo#62119 fix copypasta
Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312
-rw-r--r--cui/source/tabpages/tplnedef.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx
index e58b7a91ad72..46ded4bc6e56 100644
--- a/cui/source/tabpages/tplnedef.cxx
+++ b/cui/source/tabpages/tplnedef.cxx
@@ -772,7 +772,7 @@ IMPL_LINK_NOARG(SvxLineDefTabPage, ClickLoadHdl_Impl)
aPathURL.removeFinalSlash();
XDashListRef pDshLst = XPropertyList::CreatePropertyList(
- XGRADIENT_LIST, aPathURL.GetMainURL( INetURLObject::NO_DECODE ) )->AsDashList();
+ XDASH_LIST, aPathURL.GetMainURL( INetURLObject::NO_DECODE ) )->AsDashList();
pDshLst->SetName( aURL.getName() );
if( pDshLst->Load() )