summaryrefslogtreecommitdiff
path: root/oox/source/xls/viewsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/xls/viewsettings.cxx')
-rw-r--r--oox/source/xls/viewsettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/xls/viewsettings.cxx b/oox/source/xls/viewsettings.cxx
index 69af326c2471..3d88e64dbb12 100644
--- a/oox/source/xls/viewsettings.cxx
+++ b/oox/source/xls/viewsettings.cxx
@@ -199,7 +199,7 @@ sal_Int32 SheetViewModel::getPageBreakZoom() const
sal_Int32 SheetViewModel::getGridColor( const FilterBase& rFilter ) const
{
- return mbDefGridColor ? API_RGB_TRANSPARENT : maGridColor.getColor( rFilter );
+ return mbDefGridColor ? API_RGB_TRANSPARENT : maGridColor.getColor( rFilter.getGraphicHelper() );
}
const PaneSelectionModel* SheetViewModel::getPaneSelection( sal_Int32 nPaneId ) const