summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-07-23 15:12:15 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-07-23 15:12:44 +0100
commit20ac67f06bc1a21a52e0843de3139d3d6133e4de (patch)
tree9b248a455dc0f8d13d2b086fbdc2a7bae57ff82b /sc
parent0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b (diff)
WaE: misc. fixes.
Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/olinefun.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx
index 3c177eba368d..223eb2d5acd0 100644
--- a/sc/source/ui/docshell/olinefun.cxx
+++ b/sc/source/ui/docshell/olinefun.cxx
@@ -444,6 +444,7 @@ sal_Bool ScOutlineDocFunc::SelectLevel( SCTAB nTab, sal_Bool bColumns, sal_uInt1
sal_Bool ScOutlineDocFunc::ShowMarkedOutlines( const ScRange& rRange, sal_Bool bRecord, sal_Bool bApi )
{
+ (void)bApi;
sal_Bool bDone = false;
SCCOL nStartCol = rRange.aStart.Col();