diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 17:17:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-26 13:26:25 +0200 |
commit | a508f639a033cefe10ad78a09d3b3c46c162aad9 (patch) | |
tree | 597720af61860cae97cffd84c638bcaa73e8e381 /test | |
parent | abc6071b7a8af354a56c91e4caecd8afc79f55cc (diff) |
mark UNO structs as SAL_WARN_UNUSED, where possible
Change-Id: Ie3de518f60c9f1313c68df54dbdc1fb2804f1f0d
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xsheetoutline.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index 018be8982b37..406f0cb30087 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -120,8 +120,6 @@ void XSheetOutline::testShowLevel() uno::Reference< sheet::XSpreadsheet > aSheet(init(), UNO_QUERY_THROW); uno::Reference< sheet::XSheetOutline > aSheetOutline(aSheet, UNO_QUERY_THROW); - table::CellRangeAddress aLevelRangeAddress; - // test columns table::CellRangeAddress aLevel1 = getAddressFromRangeString(aSheet, colLevel1); |