diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:01:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:01:55 +0000 |
commit | 9fe16589a6c7ba6fa4c5da517d2d0cea5dac23ca (patch) | |
tree | 40a9fd3e3d003087cec2e32a2f869d0350d41f1b /sw/inc/doc.hxx | |
parent | 979db5ec6692aacc2be5459a1c94f9d27724b31d (diff) |
INTEGRATION: CWS swqcore05 (1.97.12); FILE MERGED
2005/01/26 15:21:01 hbrinkm 1.97.12.3: RESYNC: (1.97-1.98); FILE MERGED
2005/01/21 11:39:19 fme 1.97.12.2: #i38904# Correct default setting for new numbering/bullet adjustment
2005/01/17 11:25:32 hbrinkm 1.97.12.1: #i40048# MakeUniqueNumRules
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index b61d6bd2c432..0204c92e7bf2 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.100 $ + * $Revision: 1.101 $ * - * last change: $Author: obo $ $Date: 2005-01-25 14:41:12 $ + * last change: $Author: vg $ $Date: 2005-02-21 16:01:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1602,14 +1602,8 @@ public: // setzt, wenn noch keine Numerierung, sonst wird geaendert // arbeitet mit alten und neuen Regeln, nur Differenzen aktualisieren - /** #109308# new parameter - @param bCalledFromShell - - sal_True called from shel - - sal_False else - */ void SetNumRule( const SwPaM&, const SwNumRule&, - sal_Bool bSetAbsLSpace = sal_True, - sal_Bool bCalledFromShell = sal_False ); + sal_Bool bSetAbsLSpace = sal_True ); // ab hier neu starten lassen oder den Start wieder aufheben /** |