diff options
Diffstat (limited to 'fpicker/source/office/fpsmartcontent.cxx')
-rw-r--r-- | fpicker/source/office/fpsmartcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index c8777e7e239c..7188e34a7973 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -315,7 +315,7 @@ namespace svt Sequence< OUString > aNames { "Title" }; Sequence< Any > aValues( 1 ); Any* pValues = aValues.getArray(); - pValues[0] = makeAny( _rTitle ); + pValues[0] <<= _rTitle; m_pContent->insertNewContent( sFolderType, aNames, aValues, aCreated ); aCreatedUrl = aCreated.getURL(); |