summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-18 12:10:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-18 12:54:38 +0100
commitdb00223e6d3132eac9603e5dabd20cd03f599cb3 (patch)
tree34dc35e6ef167a0a9f25470fefc6a6e766825fae /sd/inc
parentbb3671180eb7327be9ac178e0d8341322f63d72a (diff)
Related: tdf#99523 select only the desired slides
when selecting the same slides in the document as are selected in the slide pane, don't forget to unselect any slides already selected in the document. impress is nuts in carrying around two selection mechanisms. Change-Id: I97d744c1c57b68dc312a17a5cd5290e1b6ccf083
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/drawdoc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index bf5e0db7429f..476be4de258e 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -363,6 +363,7 @@ public:
sal_uInt16 GetSdPageCount(PageKind ePgKind) const;
SAL_DLLPRIVATE void SetSelected(SdPage* pPage, bool bSelect);
+ SAL_DLLPRIVATE void UnselectAllPages();
SAL_DLLPRIVATE bool MovePages(sal_uInt16 nTargetPage);
SdPage*GetMasterSdPage(sal_uInt16 nPgNum, PageKind ePgKind);