diff options
Diffstat (limited to 'cui/source/options/optchart.cxx')
-rw-r--r-- | cui/source/options/optchart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx index c77f2e4f434b..1df577ee13cd 100644 --- a/cui/source/options/optchart.cxx +++ b/cui/source/options/optchart.cxx @@ -43,7 +43,7 @@ void SvxDefaultColorOptPage::InsertColorEntry(const XColorEntry& rEntry, sal_Int xDevice->DrawRect(aRect); m_xLbChartColors->insert(nullptr, nPos, &rStr, nullptr, - nullptr, xDevice.get(), nullptr, false, nullptr); + nullptr, xDevice.get(), false, nullptr); if (nPos == -1) aColorList.push_back( rColor ); |