diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-12-01 19:01:51 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-12-01 21:17:40 +0100 |
commit | 68e841326a87004968b07b3ae522a0c312519f25 (patch) | |
tree | d714615dcfc968c29472599c0694c86ceb2cf5e6 /test/source | |
parent | da0afa5ac2b69bcb4b19ec4dd096d7b3f1e50fc9 (diff) |
Rename testGetByIndex to testIndex
Rename testGetByIndex to testIndex of sheet::XSheetAnnotations test
cases so it won't collide with testGetByIndex of
container::XIndexAccess.
Change-Id: Ic48ffe954c9f4f00b68066ad5d0d2df89cc4dfd7
Reviewed-on: https://gerrit.libreoffice.org/64402
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/sheet/xsheetannotations.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetannotations.cxx b/test/source/sheet/xsheetannotations.cxx index 3df329f5352e..c892642e0bf1 100644 --- a/test/source/sheet/xsheetannotations.cxx +++ b/test/source/sheet/xsheetannotations.cxx @@ -157,7 +157,7 @@ void XSheetAnnotations::testRemoveByIndex() OUString("an inserted annotation 1"), aPreviousString); } -void XSheetAnnotations::testGetByIndex() +void XSheetAnnotations::testIndex() { // testing #fdo80551 - getByIndex not on the first sheet |