diff options
Diffstat (limited to 'oox/source/vml/vmldrawing.cxx')
-rw-r--r-- | oox/source/vml/vmldrawing.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 727109b5d3e8..d2eab67962f4 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -192,7 +192,7 @@ void Drawing::convertAndInsert() const const uno::Any aGroup( "autoGroup_" + BoxItr.first ); for ( auto RadioItr = RadioButtonMap.begin(); RadioItr != RadioButtonMap.end(); ) { - if ( BoxItr.second.IsInside(RadioItr->second) ) + if ( BoxItr.second.Contains(RadioItr->second) ) { RadioItr->first->setPropertyValue("GroupName", aGroup ); // If conflict, first created GroupBox wins |