summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 21:22:50 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 21:22:50 +0300
commit216768c7d2b52fbfe25ee78359961b423c601e0e (patch)
treea45c67733b966ad4211802cb5f933d2b986f838f /sw/qa/extras
parent2bcee80c62497ac50ee2311da4637baf9c94b6ad (diff)
WaE: unused variable
Change-Id: I3c5d542ef57afba0d6e308e033bf179af4216975
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/inc/bordertest.hxx1
-rw-r--r--sw/qa/extras/odfimport/odfimport.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/extras/inc/bordertest.hxx
index adac3da62c47..3446cc457fae 100644
--- a/sw/qa/extras/inc/bordertest.hxx
+++ b/sw/qa/extras/inc/bordertest.hxx
@@ -115,7 +115,6 @@ public:
{
uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW);
uno::Sequence<OUString> const cells = xTextTable->getCellNames();
- uno::Sequence< uno::Sequence< sal_Int32 > > borderWidthSequence;
sal_Int32 nLength = cells.getLength();
if(currentTable == sal_Int32(1))
diff --git a/sw/qa/extras/odfimport/odfimport.cxx b/sw/qa/extras/odfimport/odfimport.cxx
index ef6d7a196a04..d661a67ae8fa 100644
--- a/sw/qa/extras/odfimport/odfimport.cxx
+++ b/sw/qa/extras/odfimport/odfimport.cxx
@@ -198,7 +198,6 @@ void Test::testOdtBorders()
{
uno::Reference<text::XTextTable> const xTextTable(xServiceInfo, uno::UNO_QUERY_THROW);
uno::Sequence<OUString> const cells = xTextTable->getCellNames();
- uno::Sequence< uno::Sequence< sal_Int32 > > borderWidthSequence;
sal_Int32 nLength = cells.getLength();
AllBordersMap::iterator it;