Kaydet (Commit) d4273a37 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

these two variables don't need to be static

üst 453339cc
......@@ -64,14 +64,12 @@ private:
static int nTest;
static uno::Reference< lang::XComponent > xComponent;
static uno::Reference< table::XCell > xCellForChange;
static uno::Reference< table::XCell > xCellForCheck;
uno::Reference< table::XCell > xCellForChange;
uno::Reference< table::XCell > xCellForCheck;
};
int ScXDataPilotTable::nTest = 0;
uno::Reference< lang::XComponent > ScXDataPilotTable::xComponent;
uno::Reference< table::XCell > ScXDataPilotTable::xCellForChange;
uno::Reference< table::XCell > ScXDataPilotTable::xCellForCheck;
void ScXDataPilotTable::testGetOutputRange()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment