Kaydet (Commit) 216768c7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: I3c5d542ef57afba0d6e308e033bf179af4216975
üst 2bcee80c
...@@ -115,7 +115,6 @@ public: ...@@ -115,7 +115,6 @@ public:
{ {
uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW); uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW);
uno::Sequence<OUString> const cells = xTextTable->getCellNames(); uno::Sequence<OUString> const cells = xTextTable->getCellNames();
uno::Sequence< uno::Sequence< sal_Int32 > > borderWidthSequence;
sal_Int32 nLength = cells.getLength(); sal_Int32 nLength = cells.getLength();
if(currentTable == sal_Int32(1)) if(currentTable == sal_Int32(1))
......
...@@ -198,7 +198,6 @@ void Test::testOdtBorders() ...@@ -198,7 +198,6 @@ void Test::testOdtBorders()
{ {
uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW); uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW);
uno::Sequence<OUString> const cells = xTextTable->getCellNames(); uno::Sequence<OUString> const cells = xTextTable->getCellNames();
uno::Sequence< uno::Sequence< sal_Int32 > > borderWidthSequence;
sal_Int32 nLength = cells.getLength(); sal_Int32 nLength = cells.getLength();
AllBordersMap::iterator it; AllBordersMap::iterator it;
......
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