[Libreoffice-commits] core.git: sd/source

Miklos Vajna vmiklos at collabora.co.uk
Fri May 29 01:49:02 PDT 2015


 sd/source/ui/unoidl/unomodel.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit dffc06f372aeda9451930308a3ac184e27436f2d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri May 29 10:02:48 2015 +0200

    sd: remove no longer relevant TODO
    
    setPartMode() already implements the idea mentioned by this comment, I
    think.
    
    Change-Id: I68e5fb905ebbad44982fef559389a611567ee185

diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index be7f64f..998df51 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 );
 }
 


More information about the Libreoffice-commits mailing list