summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 11:55:22 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:25 +0200
commitef16d954c27da9da99de18f67daa813cb48d02b9 (patch)
treeec7f5afef2e2929011b6b6150dc4a0276f4fc7d6 /sc
parentfd1a348915fe90014a2f2ef72213bc6159aaa7a4 (diff)
editeng: sal_Bool->bool
Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/styleuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/styleuno.cxx b/sc/source/ui/unoobj/styleuno.cxx
index da1cb37e1abd..73488df18d76 100644
--- a/sc/source/ui/unoobj/styleuno.cxx
+++ b/sc/source/ui/unoobj/styleuno.cxx
@@ -1153,7 +1153,7 @@ void SAL_CALL ScStyleObj::setName( const OUString& aNewName )
uno::Reference<container::XIndexReplace> ScStyleObj::CreateEmptyNumberingRules()
{
- SvxNumRule aRule( 0, 0, sal_True ); // nothing supported
+ SvxNumRule aRule( 0, 0, true ); // nothing supported
return SvxCreateNumRule( &aRule );
}