summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
Diffstat (limited to 'include/test')
-rw-r--r--include/test/sheet/xsheetannotations.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/sheet/xsheetannotations.hxx b/include/test/sheet/xsheetannotations.hxx
index 24e1dd50378a..403af949bcb6 100644
--- a/include/test/sheet/xsheetannotations.hxx
+++ b/include/test/sheet/xsheetannotations.hxx
@@ -20,11 +20,12 @@ public:
// XSheetAnnotations
void testInsertNew();
void testRemoveByIndex();
+ void testCount();
protected:
~XSheetAnnotations() {}
- virtual css::uno::Reference< css::sheet::XSheetAnnotations> getAnnotations() = 0;
+ virtual css::uno::Reference< css::sheet::XSheetAnnotations> getAnnotations(long nIndex) = 0;
};
}