diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 08:27:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 08:27:20 +0000 |
commit | a85c1a609c04638ca53cfb12d44710200daf5110 (patch) | |
tree | ead6a5e6f37d5805d72abdca760923cb8a16f548 /sw/inc/hints.hxx | |
parent | 097b0540df958c4d87b3576adef1b44a56c31242 (diff) |
INTEGRATION: CWS swlists01 (1.8.192); FILE MERGED
2008/05/08 16:16:05 od 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED
2008/03/06 08:03:47 od 1.8.192.1: #i86732# refactoring: remove class <SwNumRuleInfo> and table <SwTxtNodeTable>
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 5a645db39534..f1911ce7f0c1 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hints.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -248,25 +248,27 @@ public: }; -DECLARE_TABLE( SwTxtNodeTable, SwTxtNode* ) +// --> OD 2008-02-19 #refactorlists# +//DECLARE_TABLE( SwTxtNodeTable, SwTxtNode* ) -class SwNumRuleInfo : public SwMsgPoolItem -{ - SwTxtNodeTable aList; - const String& rName; -public: - SwNumRuleInfo( const String& rRuleName ); +//class SwNumRuleInfo : public SwMsgPoolItem +//{ +// SwTxtNodeTable aList; +// const String& rName; +//public: +// SwNumRuleInfo( const String& rRuleName ); - const String& GetName() const { return rName; } - void AddNode( SwTxtNode& rNd ); +// const String& GetName() const { return rName; } +// void AddNode( SwTxtNode& rNd ); - // erzeuge die Liste aller Nodes der NumRule in dem angegebenem Doc - // Der Code steht im docnum.cxx - // #111955# - void MakeList( SwDoc& rDoc, BOOL bOutline = FALSE ); +// // erzeuge die Liste aller Nodes der NumRule in dem angegebenem Doc +// // Der Code steht im docnum.cxx +// // #111955# +// void MakeList( SwDoc& rDoc, BOOL bOutline = FALSE ); - const SwTxtNodeTable& GetList() const { return aList; } -}; +// const SwTxtNodeTable& GetTxtNodeList() const { return aList; } +//}; +// <-- class SwNRuleLowerLevel : public SwMsgPoolItem { |