summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-12-03 14:11:34 -0800
committerAndras Timar <andras.timar@collabora.com>2014-12-03 14:11:34 -0800
commit62f144ef3b4e9e5d8cd9b624f86ff823380d425b (patch)
tree0066852fd0f69a6b454d553e5a9e45f580668179 /sc
parent2580fb2882343b7b80cc3c0317d8f99379cc8acb (diff)
Revert "ODF export: don't write invalid "group-name" attribute"cp-4.2-20
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xiescher.cxx3
1 files changed, 1 insertions, 2 deletions
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() )
{