[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/source
David Tardon
dtardon at redhat.com
Tue Jun 25 10:12:23 PDT 2013
cui/source/tabpages/tplnedef.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8383aad8191c96282985d05216e4c9627bef8e8e
Author: David Tardon <dtardon at redhat.com>
Date: Tue Jun 25 16:18:58 2013 +0200
fdo#62119 fix copypasta
(cherry picked from commit 7a62a5c34a46715cb9d13c60f8423526c0625d1e)
Signed-off-by: David Tardon <dtardon at redhat.com>
Conflicts:
cui/source/tabpages/tplnedef.cxx
Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312
Reviewed-on: https://gerrit.libreoffice.org/4516
Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
Tested-by: Thorsten Behrens <tbehrens at suse.com>
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx
index 44fe3f1..2b94c14 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() )
More information about the Libreoffice-commits
mailing list