summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2013-12-06 12:36:41 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-18 12:42:23 +0100
commit2279208fa0570ef5fa2d49c14a721b7d59be069d (patch)
tree7668f93119da85c3abef9d54b431cd2c91fa4d5b /include
parent30b34a5dfde0a976c611b32ae1058412395f5bf3 (diff)
count notes - GetNotesInRange now include last tab
- refactor tests - add unit test on counting notes on a sheet Change-Id: I6762a0e791a745b828800645effdfc044ac33710 Reviewed-on: https://gerrit.libreoffice.org/6954 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-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;
};
}