summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 14:37:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 14:37:22 +0000
commitc64f564d50f8432a87dd6272e748709281682982 (patch)
treea3897b8f616d94e6ce93b097035f833651a69126 /sw/inc/hints.hxx
parent850523c374c92c2bf19a988f6036a8bb0c0d02f8 (diff)
INTEGRATION: CWS swqbugfixes09 (1.4.4); FILE MERGED
2004/11/03 12:05:24 fme 1.4.4.1: #i36571# SwNumRuleInfo and SwNumRule should have different instances of the SwTxtNodeTable
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 72073f644841..6d422d5e81ae 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hints.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-10-22 08:09:17 $
+ * last change: $Author: obo $ $Date: 2004-11-16 15:37:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -289,10 +289,7 @@ DECLARE_TABLE( SwTxtNodeTable, SwTxtNode* )
class SwNumRuleInfo : public SwMsgPoolItem
{
- static SwTxtNodeTable aDummyList;
-
- SwTxtNodeTable * pList;
- SwDoc * pDoc;
+ SwTxtNodeTable aList;
const String& rName;
public:
SwNumRuleInfo( const String& rRuleName );
@@ -305,7 +302,7 @@ public:
// #111955#
void MakeList( SwDoc& rDoc, BOOL bOutline = FALSE );
- const SwTxtNodeTable& GetList() const;
+ const SwTxtNodeTable& GetList() const { return aList; }
};
class SwNRuleLowerLevel : public SwMsgPoolItem