summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-29 10:02:48 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-29 10:05:04 +0200
commitdffc06f372aeda9451930308a3ac184e27436f2d (patch)
tree0177640763e8609a710064be9a74929f951feb5d /sd
parent1a078a05bbbc186bb4f5ea82ddb854ec01ad3688 (diff)
sd: remove no longer relevant TODO
setPartMode() already implements the idea mentioned by this comment, I think. Change-Id: I68e5fb905ebbad44982fef559389a611567ee185
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index be7f64f5d446..998df51a2ed3 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -2274,12 +2274,6 @@ void SdXImpressDocument::setPart( int nPart )
if (!pViewSh)
return;
- // TODO: have an API to allow selecting between PK_STANDARD (just slide)
- // and PK_NOTES (which shows the combined slide above notes). There is alo
- // a PK_HANDOUT -- that however just shows multiple empty pages (it's also
- // only possible to select page 0 in this mode, I have no idea how you
- // then actually select what is on the handout page, which defaults to
- // a 4x4 grid of empty pages).
pViewSh->SwitchPage( nPart );
}