summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/ednumber.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-25 21:47:16 +0200
commit490d78bd02a134714ad78b4de22d08a9f5e9e8fa (patch)
tree5991c6f7f323b5c1cd14caf18fcd8a6b0ee5a625 /sw/source/core/edit/ednumber.cxx
parentd8d0f19821b9a0a4046519a369260e4ad5c5ee73 (diff)
parent850ec5b34c7d8d77061267f4f4020b9512269cc5 (diff)
merge commit
Diffstat (limited to 'sw/source/core/edit/ednumber.cxx')
-rw-r--r--sw/source/core/edit/ednumber.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index d97b6c2864e6..b28764d3e55d 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -825,9 +825,9 @@ USHORT SwEditShell::GetNodeNumStart() const
-----------------------------------------------------------------------*/
// --> OD 2008-03-18 #refactorlists#
-const SwNumRule * SwEditShell::SearchNumRule( BOOL bForward,
- BOOL bNum,
- BOOL bOutline,
+const SwNumRule * SwEditShell::SearchNumRule( const bool bForward,
+ const bool bNum,
+ const bool bOutline,
int nNonEmptyAllowed,
String& sListId )
{