summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/olinefun.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-23 20:22:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-23 20:22:43 +0200
commit55c390d526a1877bc5370d94338b9ebd75a9f3da (patch)
treec966cef45063ca3f57beda86cfc1cc4ed5508187 /sc/source/ui/docshell/olinefun.cxx
parent5a639557ae6e0e752e68de8e831fef3166c80a3b (diff)
Properly fix -Werror=unused-parameter
Change-Id: Ia526b347e977836226bdac2b9741fa95e38e9788
Diffstat (limited to 'sc/source/ui/docshell/olinefun.cxx')
-rw-r--r--sc/source/ui/docshell/olinefun.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx
index 223eb2d5acd0..54f1d7c5a94a 100644
--- a/sc/source/ui/docshell/olinefun.cxx
+++ b/sc/source/ui/docshell/olinefun.cxx
@@ -442,9 +442,8 @@ sal_Bool ScOutlineDocFunc::SelectLevel( SCTAB nTab, sal_Bool bColumns, sal_uInt1
//------------------------------------------------------------------------
-sal_Bool ScOutlineDocFunc::ShowMarkedOutlines( const ScRange& rRange, sal_Bool bRecord, sal_Bool bApi )
+sal_Bool ScOutlineDocFunc::ShowMarkedOutlines( const ScRange& rRange, sal_Bool bRecord )
{
- (void)bApi;
sal_Bool bDone = false;
SCCOL nStartCol = rRange.aStart.Col();