summaryrefslogtreecommitdiff
path: root/sc/qa/unit/pivottable_filters_test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/pivottable_filters_test.cxx')
-rw-r--r--sc/qa/unit/pivottable_filters_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/pivottable_filters_test.cxx b/sc/qa/unit/pivottable_filters_test.cxx
index 17f637be0c2f..1c7d57a6c6de 100644
--- a/sc/qa/unit/pivottable_filters_test.cxx
+++ b/sc/qa/unit/pivottable_filters_test.cxx
@@ -2432,7 +2432,7 @@ void ScPivotTableFiltersTest::testTdf112106()
// Check that we have an existing data layout dimension
const ScDPSaveDimension* pDim = pSaveData->GetExistingDataLayoutDimension();
CPPUNIT_ASSERT(pDim);
- const boost::optional<OUString> & pLayoutName = pDim->GetLayoutName();
+ const o3tl::optional<OUString> & pLayoutName = pDim->GetLayoutName();
CPPUNIT_ASSERT(pLayoutName);
CPPUNIT_ASSERT_EQUAL(ScResId(STR_PIVOT_DATA), (*pLayoutName));