From d4c467f7d37d47a798ac3880ad30ceca6e60ea8c Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Mon, 27 Feb 2012 20:07:47 +0100 Subject: Remove unused code in BiffObjLineModel. --- oox/source/xls/drawingmanager.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'oox/source') diff --git a/oox/source/xls/drawingmanager.cxx b/oox/source/xls/drawingmanager.cxx index d8cf3b1ff450..afadd1f7464f 100644 --- a/oox/source/xls/drawingmanager.cxx +++ b/oox/source/xls/drawingmanager.cxx @@ -191,11 +191,6 @@ BiffObjLineModel::BiffObjLineModel() : { } -bool BiffObjLineModel::isVisible() const -{ - return mbAuto || (mnStyle != BIFF_OBJ_LINE_NONE); -} - BiffInputStream& operator>>( BiffInputStream& rStrm, BiffObjLineModel& rModel ) { sal_uInt8 nFlags; -- cgit