summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-01-31 21:19:55 +0000
committerJens Carl <j.carl43@gmx.de>2018-02-01 18:14:33 +0100
commit740137d8ccc50fea073224cc7e69173676536f5e (patch)
tree777bf3170a0ee6cd672669681496dbdcdfe88931 /test
parenthwpfilter: MSVC: pragma warning: make more specific, remove obsolete (diff)
downloadcore-740137d8ccc50fea073224cc7e69173676536f5e.tar.gz
core-740137d8ccc50fea073224cc7e69173676536f5e.zip
Remove shared mxComponent (test document) in sctablesheetsobj
Change-Id: I3fb21aaebf97a143954f84e5d41415f58ecd9326 Reviewed-on: https://gerrit.libreoffice.org/49062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xspreadsheets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xspreadsheets.cxx b/test/source/sheet/xspreadsheets.cxx
index 75a4c2519017..3f30bfc3da22 100644
--- a/test/source/sheet/xspreadsheets.cxx
+++ b/test/source/sheet/xspreadsheets.cxx
@@ -50,7 +50,7 @@ void XSpreadsheets::testMoveByName()
xSpreadsheets->insertNewByName("SheetToMove", 0);
uno::Reference< container::XNameAccess > xNameAccess(xSpreadsheets, UNO_QUERY_THROW);
CPPUNIT_ASSERT_MESSAGE("Sheet to move was not insert",
- xNameAccess->hasByName("SheetToCopySrc"));
+ xNameAccess->hasByName("SheetToMove"));
xSpreadsheets->moveByName("SheetToMove", 2);