summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-12-03 14:28:07 -0800
committerAndras Timar <andras.timar@collabora.com>2014-12-03 14:28:07 -0800
commitb09efb32073ad8a86af3b3ed6f3dcd276496ddf7 (patch)
tree74f873eefd4d37ea16728b34d3a0b7589c1f4192 /sc/source/filter
parentf810aa9d9945b52831378b4a7cd148853d2f2bb2 (diff)
Revert "ODF export: don't write invalid "group-name" attribute"
Diffstat (limited to 'sc/source/filter')
-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 55df51e9f195..29897285cee8 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -2287,8 +2287,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() )
{