summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/docuno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 10:17:20 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:00 +0200
commitf855848af152aa29ff9e24e2ec17ec2ec6ea007d (patch)
treedde7b16fd02fa141ed8ea983cdffbf0c2971e83c /sc/source/ui/unoobj/docuno.cxx
parentdd9fd8f3b7761d31afacb7fedf783a6153510471 (diff)
sal_Bool->bool
Change-Id: I81941bb3a13ccf51e3c37272bc87620b2ca87eac
Diffstat (limited to 'sc/source/ui/unoobj/docuno.cxx')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index e91fd9ef7260..8109919d469a 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -1791,7 +1791,7 @@ uno::Any SAL_CALL ScModelObj::getPropertyValue( const OUString& aPropertyName )
}
else if ( aString.equalsAscii( SC_UNO_COLLABELRNG ) )
{
- aRet <<= uno::Reference<sheet::XLabelRanges>(new ScLabelRangesObj( pDocShell, sal_True ));
+ aRet <<= uno::Reference<sheet::XLabelRanges>(new ScLabelRangesObj( pDocShell, true ));
}
else if ( aString.equalsAscii( SC_UNO_ROWLABELRNG ) )
{