summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-11-08 19:45:45 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-11-10 21:08:08 +0100
commit86043a2f57a9f50cabe689dd5e9f8db0dbd16f80 (patch)
tree9f07f188b6eea7d96ea8dc26519e0ab2e40062d0
parenta847127fc32c2c611a7c2cc281e1ce7b27bb7754 (diff)
Remove unused XDash variables
Change-Id: Ibc40a0f8b422aebeeb1df5a6701dee4be134862b
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx1
-rw-r--r--sd/source/core/drawdoc4.cxx1
2 files changed, 0 insertions, 2 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);
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index a18ad194168c..00071654fe3d 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -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 );