Remove unused XDash variables
Change-Id: Ibc40a0f8b422aebeeb1df5a6701dee4be134862b
This commit is contained in:
@@ -2403,7 +2403,6 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _
|
|||||||
const Graphic aNullGraphic;
|
const Graphic aNullGraphic;
|
||||||
const ::Color aNullLineCol(COL_DEFAULT_SHAPE_STROKE); // #i121448# Use defined default color
|
const ::Color aNullLineCol(COL_DEFAULT_SHAPE_STROKE); // #i121448# Use defined default color
|
||||||
const ::Color aNullFillCol(COL_DEFAULT_SHAPE_FILLING); // #i121448# Use defined default color
|
const ::Color aNullFillCol(COL_DEFAULT_SHAPE_FILLING); // #i121448# Use defined default color
|
||||||
const XDash aNullDash;
|
|
||||||
const XGradient aNullGrad(RGB_Color(COL_BLACK), RGB_Color(COL_WHITE));
|
const XGradient aNullGrad(RGB_Color(COL_BLACK), RGB_Color(COL_WHITE));
|
||||||
const XHatch aNullHatch(aNullLineCol);
|
const XHatch aNullHatch(aNullLineCol);
|
||||||
|
|
||||||
|
@@ -552,7 +552,6 @@ void SdDrawDocument::CreateDefaultCellStyles()
|
|||||||
|
|
||||||
Color aNullCol(RGB_Color(COL_BLACK));
|
Color aNullCol(RGB_Color(COL_BLACK));
|
||||||
|
|
||||||
XDash aNullDash;
|
|
||||||
XGradient aNullGrad(aNullCol,RGB_Color(COL_WHITE));
|
XGradient aNullGrad(aNullCol,RGB_Color(COL_WHITE));
|
||||||
aNullGrad.SetStartIntens( 100 );
|
aNullGrad.SetStartIntens( 100 );
|
||||||
aNullGrad.SetEndIntens( 100 );
|
aNullGrad.SetEndIntens( 100 );
|
||||||
|
Reference in New Issue
Block a user