summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-25 16:18:58 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-06-25 17:12:04 +0000
commit8383aad8191c96282985d05216e4c9627bef8e8e (patch)
tree2e6e3bae40a8bbbf6d7ba072265fb4f6253c0a0f /cui/source
parent576cc750e38108ada5ea40870f1fe8cf2054e7b6 (diff)
fdo#62119 fix copypasta
(cherry picked from commit 7a62a5c34a46715cb9d13c60f8423526c0625d1e) Signed-off-by: David Tardon <dtardon@redhat.com> Conflicts: cui/source/tabpages/tplnedef.cxx Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312 Reviewed-on: https://gerrit.libreoffice.org/4516 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'cui/source')
-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 44fe3f1a7394..2b94c14c2f39 100644
--- a/cui/source/tabpages/tplnedef.cxx
+++ b/cui/source/tabpages/tplnedef.cxx
@@ -773,7 +773,7 @@ IMPL_LINK_NOARG(SvxLineDefTabPage, ClickLoadHdl_Impl)
aPathURL.removeFinalSlash();
XDashListRef pDshLst = XPropertyList::CreatePropertyList(
- XGRADIENT_LIST, aPathURL.GetMainURL( INetURLObject::NO_DECODE ), pXPool )->AsDashList();
+ XDASH_LIST, aPathURL.GetMainURL( INetURLObject::NO_DECODE ), pXPool )->AsDashList();
pDshLst->SetName( aURL.getName() );
if( pDshLst->Load() )