diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index afa6504f1c32..f5eb27fbf2b8 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -948,7 +948,7 @@ void DbCellControl::AlignControl(sal_Int16 nAlignment) void DbCellControl::PaintCell(OutputDevice& rDev, const tools::Rectangle& rRect) { m_pPainter->SetSizePixel(rRect.GetSize()); - m_pPainter->Draw(&rDev, rRect.TopLeft(), DrawFlags::NONE); + m_pPainter->Draw(&rDev, rRect.TopLeft(), SystemTextColorFlags::NONE); } void DbCellControl::PaintFieldToCell( OutputDevice& _rDev, const tools::Rectangle& _rRect, const Reference< XColumn >& _rxField, const Reference< XNumberFormatter >& _rxFormatter ) |