summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-17 10:44:41 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:07:58 +0200
commitd5cca704f55e3e02147171e645af215e4edb22d4 (patch)
treee4f6c02901b4661f17ce39627f71118dab4eee31 /sc/source/ui/unoobj/nameuno.cxx
parent766b50d25355cdb535144b88144bba51219f4214 (diff)
sal_Bool->bool, and remove some virtual modifiers
none of these methods are being override anywhere, so remove the virtual modifiers. Change-Id: I84fa4211418b7eae38b60964b076ecd73013513a
Diffstat (limited to 'sc/source/ui/unoobj/nameuno.cxx')
-rw-r--r--sc/source/ui/unoobj/nameuno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx
index 2bb365efa2b6..55b6d434d5fc 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -563,7 +563,7 @@ void SAL_CALL ScNamedRangesObj::addNewFromTitles( const table::CellRangeAddress&
if (bRight) nFlags |= NAME_RIGHT;
if (nFlags)
- pDocShell->GetDocFunc().CreateNames( aRange, nFlags, sal_True, GetTab_Impl() );
+ pDocShell->GetDocFunc().CreateNames( aRange, nFlags, true, GetTab_Impl() );
}
void SAL_CALL ScNamedRangesObj::removeByName( const OUString& aName )
@@ -597,7 +597,7 @@ void SAL_CALL ScNamedRangesObj::outputList( const table::CellAddress& aOutputPos
SolarMutexGuard aGuard;
ScAddress aPos( (SCCOL)aOutputPosition.Column, (SCROW)aOutputPosition.Row, aOutputPosition.Sheet );
if (pDocShell)
- pDocShell->GetDocFunc().InsertNameList( aPos, sal_True );
+ pDocShell->GetDocFunc().InsertNameList( aPos, true );
}
// container::XEnumerationAccess