summaryrefslogtreecommitdiffstats
path: root/oox/source/vml/vmldrawing.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/vml/vmldrawing.cxx')
-rw-r--r--oox/source/vml/vmldrawing.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx
index cc24d1f10468..716b07dc6e61 100644
--- a/oox/source/vml/vmldrawing.cxx
+++ b/oox/source/vml/vmldrawing.cxx
@@ -189,7 +189,7 @@ void Drawing::convertAndInsert() const
}
for ( const auto& BoxItr : GroupBoxMap )
{
- const uno::Any aGroup( OUString("autoGroup_").concat(BoxItr.first) );
+ const uno::Any aGroup( "autoGroup_" + BoxItr.first );
for ( auto RadioItr = RadioButtonMap.begin(); RadioItr != RadioButtonMap.end(); )
{
if ( BoxItr.second.IsInside(RadioItr->second) )