Fix incorrect merge.

Change-Id: I1337413e1ee49b7d90671ac517dbb2bd918dbebf
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index 70d57e0..5a0badf 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -1914,7 +1914,6 @@ const double* ScColumn::FetchDoubleArray( sc::FormulaGroupContext& /*rCxt*/, SCR
    if (static_cast<SCROW>(nLen) < nRow2 - nRow1 + 1)
        // Array shorter than requested.
        return NULL;
    }

    return &sc::numeric_block::at(*aPos.first->data, aPos.second);
}