summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/doctreenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/doctreenode.hxx')
-rw-r--r--slideshow/source/inc/doctreenode.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/inc/doctreenode.hxx b/slideshow/source/inc/doctreenode.hxx
index 584832cc3b9d..edcc17c54e50 100644
--- a/slideshow/source/inc/doctreenode.hxx
+++ b/slideshow/source/inc/doctreenode.hxx
@@ -102,6 +102,7 @@ namespace slideshow
bool isEmpty() const { return mnStartIndex == mnEndIndex; }
sal_Int32 getStartIndex() const { return mnStartIndex; }
+ void setStartIndex( sal_Int32 nIndex ) { mnStartIndex = nIndex; }
sal_Int32 getEndIndex() const { return mnEndIndex; }
void setEndIndex( sal_Int32 nIndex ) { mnEndIndex = nIndex; }