From 62f144ef3b4e9e5d8cd9b624f86ff823380d425b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 3 Dec 2014 14:11:34 -0800 Subject: Revert "ODF export: don't write invalid "group-name" attribute" This reverts commit 53824b05f99ac7c68e6d48b53e2bd98c0fe274c7. --- sc/source/filter/excel/xiescher.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/source/filter/excel') diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx index 8d86040d0b20..a739409f5136 100644 --- a/sc/source/filter/excel/xiescher.cxx +++ b/sc/source/filter/excel/xiescher.cxx @@ -2321,8 +2321,7 @@ void XclImpOptionButtonObj::DoProcessControl( ScfPropertySet& rPropSet ) const ScfPropertySet aProps( xCtrlModel ); OUString sGroupName = OUString::number( pLeader->GetDffShapeId() ); - // for radio buttons, "Name" is the group name - aProps.SetStringProperty( "Name", sGroupName ); + aProps.SetStringProperty( "GroupName", sGroupName ); aProps.SetStringProperty( "RefValue", OUString::number( nRefVal++ ) ); if ( pLeader->HasCellLink() && !pTbxObj->HasCellLink() ) { -- cgit