Remove unused XDash variables

Change-Id: Ibc40a0f8b422aebeeb1df5a6701dee4be134862b
This commit is contained in:
Matteo Casalin
2015-11-08 19:45:45 +01:00
parent a847127fc3
commit 86043a2f57
2 changed files with 0 additions and 2 deletions

View File

@@ -2403,7 +2403,6 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _
const Graphic aNullGraphic;
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 XDash aNullDash;
const XGradient aNullGrad(RGB_Color(COL_BLACK), RGB_Color(COL_WHITE));
const XHatch aNullHatch(aNullLineCol);

View File

@@ -552,7 +552,6 @@ void SdDrawDocument::CreateDefaultCellStyles()
Color aNullCol(RGB_Color(COL_BLACK));
XDash aNullDash;
XGradient aNullGrad(aNullCol,RGB_Color(COL_WHITE));
aNullGrad.SetStartIntens( 100 );
aNullGrad.SetEndIntens( 100 );