diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/styleuno.cxx | 2 |
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 ); } |