[Libreoffice-commits] .: sd/inc

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Wed Feb 1 03:36:13 PST 2012


 sd/inc/cusshow.hxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit ab8f1757cedf0029bf3bec40cfe48069a33151be
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Wed Feb 1 15:05:27 2012 +0400

    add comments

diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 74c6cfa..64593fa 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -69,8 +69,14 @@ public:
     // @@@ copy ctor, but no copy assignment? @@@
     SdCustomShow( const SdCustomShow& rShow );
 
+    /** Provides a direct access to the collection of the SdPage objects. */
     PageVec& PagesVector();
+    /**
+     * Replaces all occurences of pOldPage with pNewPage.
+     * If pNewPage is 0 then removes all occurences of pOldPage.
+     */
     void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
+    /** Removes all occurences of pPage. */
     void RemovePage( const SdPage* pPage );
 
     void   SetName(const String& rName);


More information about the Libreoffice-commits mailing list