summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/olinefun.hxx
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/inc/olinefun.hxx
parent5a639557ae6e0e752e68de8e831fef3166c80a3b (diff)
Properly fix -Werror=unused-parameter
Change-Id: Ia526b347e977836226bdac2b9741fa95e38e9788
Diffstat (limited to 'sc/source/ui/inc/olinefun.hxx')
-rw-r--r--sc/source/ui/inc/olinefun.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/olinefun.hxx b/sc/source/ui/inc/olinefun.hxx
index 2dee30c46fe1..c32ecabfc59e 100644
--- a/sc/source/ui/inc/olinefun.hxx
+++ b/sc/source/ui/inc/olinefun.hxx
@@ -45,7 +45,7 @@ public:
sal_Bool SelectLevel( SCTAB nTab, sal_Bool bColumns, sal_uInt16 nLevel,
sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
- sal_Bool ShowMarkedOutlines( const ScRange& rRange, sal_Bool bRecord, sal_Bool bApi );
+ sal_Bool ShowMarkedOutlines( const ScRange& rRange, sal_Bool bRecord );
sal_Bool HideMarkedOutlines( const ScRange& rRange, sal_Bool bRecord, sal_Bool bApi );
sal_Bool ShowOutline( SCTAB nTab, sal_Bool bColumns, sal_uInt16 nLevel, sal_uInt16 nEntry,