[Libreoffice-commits] core.git: cui/source
David Tardon
dtardon at redhat.com
Tue Jun 25 07:20:13 PDT 2013
cui/source/tabpages/tplnedef.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7a62a5c34a46715cb9d13c60f8423526c0625d1e
Author: David Tardon <dtardon at redhat.com>
Date: Tue Jun 25 16:18:58 2013 +0200
fdo#62119 fix copypasta
Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx
index e58b7a9..46ded4b 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() )
More information about the Libreoffice-commits
mailing list