diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:12:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:12:44 +0000 |
commit | ede805f7922e20602f11602b5914d91544965d4a (patch) | |
tree | d0918a4970e6dff6e975006010a77e569be95793 /sw/inc/numrule.hxx | |
parent | 83abd3d77518b1e0fc32e487307ec5f81e65c8a3 (diff) |
INTEGRATION: CWS sw30bf08 (1.37.32); FILE MERGED
2008/07/08 14:50:06 od 1.37.32.1: #i91400# tracking of the list style name change in order to keep
data about the list style's default list up-to-date.
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 35650b736e81..77bac245aa81 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: numrule.hxx,v $ - * $Revision: 1.38 $ + * $Revision: 1.39 $ * * This file is part of OpenOffice.org. * @@ -51,6 +51,9 @@ class SwNodeNum; #include <vector> class SwTxtFmtColl; // <-- +// --> OD 2008-07-08 #i91400# +class IDocumentListsAccess; +// <-- class Font; class SvxBrushItem; @@ -266,7 +269,10 @@ public: void CheckCharFmts( SwDoc* pDoc ); const String& GetName() const { return sName; } - void SetName( const String& rNm ); // #i36749# + // --> OD 2008-07-08 #i91400# + void SetName( const String& rNm, + IDocumentListsAccess& rDocListAccess ); // #i36749# + // <-- BOOL IsAutoRule() const { return bAutoRuleFlag; } void SetAutoRule( BOOL bFlag ) { bAutoRuleFlag = bFlag; } |