diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-23 20:22:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-23 20:22:43 +0200 |
commit | 55c390d526a1877bc5370d94338b9ebd75a9f3da (patch) | |
tree | c966cef45063ca3f57beda86cfc1cc4ed5508187 /sc/source/ui/unoobj | |
parent | 5a639557ae6e0e752e68de8e831fef3166c80a3b (diff) |
Properly fix -Werror=unused-parameter
Change-Id: Ia526b347e977836226bdac2b9741fa95e38e9788
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r-- | sc/source/ui/unoobj/cellsuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index b880f232685c..d98d0a31c640 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -7961,7 +7961,7 @@ void SAL_CALL ScTableSheetObj::showDetail( const table::CellRangeAddress& rCellR ScRange aMarkRange; ScUnoConversion::FillScRange( aMarkRange, rCellRange ); ScOutlineDocFunc aFunc(*pDocSh); - aFunc.ShowMarkedOutlines( aMarkRange, sal_True, sal_True ); + aFunc.ShowMarkedOutlines( aMarkRange, sal_True ); } } |