summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-22 08:18:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-22 08:18:14 +0000
commit9fe936df172d06d8e0db9b4655078a842fbe7a15 (patch)
treec8dfe4db1b274ea6530a33e7b03db6e096fc0fad /sw/inc/numrule.hxx
parentb3b09ab05d3e82becf690753e7bf128579f09741 (diff)
INTEGRATION: CWS swqbf84 (1.28.12); FILE MERGED
2006/09/12 09:01:06 od 1.28.12.1: #i69145# class <SwNumRule> - refactoring for member <pList>.
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx22
1 files changed, 14 insertions, 8 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 51cc502698bf..37056c1e59e9 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:28:41 $
+ * last change: $Author: vg $ $Date: 2006-09-22 09:18:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,8 +160,11 @@ class SW_DLLPUBLIC SwNumRule
tPamAndNums aNumberRanges;
SwNumFmt* aFmts[ MAXLEVEL ];
- /**
- cache for associated text nodes
+ /** list for associated text nodes
+
+ OD 2006-09-12 #i69145#
+ It's not a cache.
+
*/
SwTxtNodeTable * pList;
@@ -230,12 +233,15 @@ public:
*/
const SwTxtNodeTable * GetList() const { return pList; }
- /**
- Set list of associated text nodes.
+ /** Creates list of associated text nodes.
+
+ OD 2006-09-12 #i69145#
+ Creates the list the associated text nodes by copying contents of
+ list provided by parameter <rList>
- @param _pList the list of associated text nodes
+ @param _rList the list of associated text nodes
*/
- void SetList(SwTxtNodeTable * _pList);
+ void SetList(const SwTxtNodeTable& rList);
// #i36749#
/**