[Libreoffice-commits] .: Branch 'feature/dp-named-range-source' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Jan 21 21:08:59 PST 2011


 sc/source/filter/inc/xepivot.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit df17b73a6c2d647587c6329f8c2f46c3aa0c47cd
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Sat Jan 22 00:08:46 2011 -0500

    Comment for the new method.

diff --git a/sc/source/filter/inc/xepivot.hxx b/sc/source/filter/inc/xepivot.hxx
index 281bd16..993812c 100644
--- a/sc/source/filter/inc/xepivot.hxx
+++ b/sc/source/filter/inc/xepivot.hxx
@@ -224,6 +224,7 @@ private:
 
     /** Writes the DCONREF record containing the source range. */
     void                WriteDconref( XclExpStream& rStrm ) const;
+    /** DCONNAME record contains range name source. */
     void                WriteDConName( XclExpStream& rStrm ) const;
 
     /** Creates the pivot cache storage stream and writes the cache. */


More information about the Libreoffice-commits mailing list