-Werror,-Wunused-const-variable
Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d
This commit is contained in:
@@ -43,28 +43,6 @@ using namespace ::com::sun::star::lang;
|
|||||||
using namespace ::com::sun::star::uno;
|
using namespace ::com::sun::star::uno;
|
||||||
using namespace ::oox::drawingml;
|
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
|
// BIFF drawing page
|
||||||
BiffDrawingBase::BiffDrawingBase( const WorksheetHelper& rHelper, const Reference< XDrawPage >& rxDrawPage ) :
|
BiffDrawingBase::BiffDrawingBase( const WorksheetHelper& rHelper, const Reference< XDrawPage >& rxDrawPage ) :
|
||||||
WorksheetHelper( rHelper ),
|
WorksheetHelper( rHelper ),
|
||||||
|
Reference in New Issue
Block a user