diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-08 19:45:45 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-10 21:08:08 +0100 |
commit | 86043a2f57a9f50cabe689dd5e9f8db0dbd16f80 (patch) | |
tree | 9f07f188b6eea7d96ea8dc26519e0ab2e40062d0 /reportdesign | |
parent | a847127fc32c2c611a7c2cc281e1ce7b27bb7754 (diff) |
Remove unused XDash variables
Change-Id: Ibc40a0f8b422aebeeb1df5a6701dee4be134862b
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/ReportController.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index 6126c03cb709..3235aa69fafb 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -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); |