diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/test/sheet/xsheetannotations.hxx | 3 |
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; }; } |