[Libreoffice-commits] core.git: 2 commits - sw/qa test/source
Tor Lillqvist
tml at collabora.com
Wed Oct 2 11:25:50 PDT 2013
sw/qa/extras/inc/bordertest.hxx | 1 -
sw/qa/extras/odfimport/odfimport.cxx | 1 -
test/source/sheet/xdatabaserange.cxx | 1 +
3 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 216768c7d2b52fbfe25ee78359961b423c601e0e
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 21:22:50 2013 +0300
WaE: unused variable
Change-Id: I3c5d542ef57afba0d6e308e033bf179af4216975
diff --git a/sw/qa/extras/inc/bordertest.hxx b/sw/qa/extras/inc/bordertest.hxx
index adac3da..3446cc4 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 ef6d7a1..d661a67 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;
commit 2bcee80c62497ac50ee2311da4637baf9c94b6ad
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 21:19:42 2013 +0300
WaE: unused variable
Change-Id: I55a0882def6f67719d8ba9d9b9bd41770486a812
diff --git a/test/source/sheet/xdatabaserange.cxx b/test/source/sheet/xdatabaserange.cxx
index 21487ef..d12d44b 100644
--- a/test/source/sheet/xdatabaserange.cxx
+++ b/test/source/sheet/xdatabaserange.cxx
@@ -137,6 +137,7 @@ void XDatabaseRange::testGetImportDescriptor()
{
uno::Reference< sheet::XDatabaseRange > xDBRange( init(OUString("ImportDescriptor")), UNO_QUERY_THROW);
uno::Sequence< beans::PropertyValue > xImportDescr = xDBRange->getImportDescriptor();
+ (void) xImportDescr;
}
void XDatabaseRange::testRefresh()
More information about the Libreoffice-commits
mailing list