-Werror,-Wunused-const-variable

Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d
This commit is contained in:
Stephan Bergmann
2014-11-17 11:16:28 +01:00
parent e9a7ff9880
commit fbe3a3cf60

View File

@@ -43,28 +43,6 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
using namespace ::oox::drawingml;
namespace {
// OBJ record -----------------------------------------------------------------
// line formatting ------------------------------------------------------------
const sal_uInt8 BIFF_OBJ_LINE_AUTOCOLOR = 64;
const sal_uInt8 BIFF_OBJ_LINE_SOLID = 0;
const sal_uInt8 BIFF_OBJ_LINE_HAIR = 0;
// fill formatting ------------------------------------------------------------
const sal_uInt8 BIFF_OBJ_FILL_AUTOCOLOR = 65;
const sal_uInt8 BIFF_OBJ_PATT_SOLID = 1;
} // namespace
// BIFF drawing page
BiffDrawingBase::BiffDrawingBase( const WorksheetHelper& rHelper, const Reference< XDrawPage >& rxDrawPage ) :
WorksheetHelper( rHelper ),