diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2014-06-27 15:35:32 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-02 12:21:34 +0000 |
commit | 17d0d12b8d2cc92f6e83dbea467f7d00a97795bb (patch) | |
tree | e3ba77bd4ce5da099f581b3cf153d3c58a61ae44 /include/test | |
parent | 3a25b45122c374bee92bca5c417e47a27a9e57d2 (diff) |
unit test XSheetAnnotations GetByIndex for #fdo80551
Change-Id: I89ebc3d5ac257f3c754a050caf3776959b81d8b3
Reviewed-on: https://gerrit.libreoffice.org/9933
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/sheet/xsheetannotations.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/sheet/xsheetannotations.hxx b/include/test/sheet/xsheetannotations.hxx index 09a29b575b46..ff44f655e007 100644 --- a/include/test/sheet/xsheetannotations.hxx +++ b/include/test/sheet/xsheetannotations.hxx @@ -21,6 +21,7 @@ public: virtual css::uno::Reference< css::uno::XInterface > init() = 0; // XSheetAnnotations + void testGetByIndex(); void testInsertNew(); void testRemoveByIndex(); void testCount(); |