diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:15:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 15:15:27 +0000 |
commit | 3bbb03411cd65e3e659718e45dc7b39540021931 (patch) | |
tree | 4f038b1646e56a52101babf27e6d92e20004343e /sw/inc/numrule.hxx | |
parent | 9334ee2da6b070d4e0c08b4e20ab5bce75610dbe (diff) |
INTEGRATION: CWS dialogdiet01 (1.10.180); FILE MERGED
2004/03/31 06:03:07 gyang 1.10.180.2: RESYNC: (1.10-1.11); FILE MERGED
2004/03/26 09:11:51 mwu 1.10.180.1: sw model converted. 20040326
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 2dc5d9dbe073..4616f5eb80fb 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: numrule.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-04-07 12:42:39 $ + * last change: $Author: hr $ $Date: 2004-05-10 16:15:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,6 +183,7 @@ public: const SwNumFmt* GetNumFmt( USHORT i ) const; const SwNumFmt& Get( USHORT i ) const; + void Set( USHORT i, const SwNumFmt* ); void Set( USHORT i, const SwNumFmt& ); String MakeNumString( const SwNodeNum&, BOOL bInclStrings = TRUE, @@ -302,4 +303,5 @@ public: }; + #endif // _NUMRULE_HXX |