summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/datauno.cxx')
-rw-r--r--sc/source/ui/unoobj/datauno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx
index 0b826ff680c8..0de088ebe4e9 100644
--- a/sc/source/ui/unoobj/datauno.cxx
+++ b/sc/source/ui/unoobj/datauno.cxx
@@ -59,7 +59,7 @@
#include <svx/dataaccessdescriptor.hxx>
#include <limits>
-#include <boost/scoped_array.hpp>
+#include <memory>
using namespace com::sun::star;
@@ -896,7 +896,7 @@ void SAL_CALL ScConsolidationDescriptor::setSources(
if (nCount)
{
const table::CellRangeAddress* pAry = aSources.getConstArray();
- boost::scoped_array<ScArea*> pNew(new ScArea*[nCount]);
+ std::unique_ptr<ScArea*[]> pNew(new ScArea*[nCount]);
sal_uInt16 i;
for (i=0; i<nCount; i++)
pNew[i] = new ScArea( pAry[i].Sheet,