summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-28 16:49:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-28 16:49:11 +0200
commit7f7e0a668204678b06d711487137a9f8b13c91e1 (patch)
treebb1d19d5d124027c5c8f413ce93e2d38afe1e901 /svx
parentJavadoc warnings - fix some tags and references (diff)
downloadcore-7f7e0a668204678b06d711487137a9f8b13c91e1.tar.gz
core-7f7e0a668204678b06d711487137a9f8b13c91e1.zip
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index c93692bb9142..61491ba16824 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -3792,7 +3792,7 @@ Reference< XAccessible > DbGridControl::CreateAccessibleCell( sal_Int32 _nRow, s
eValue = STATE_DONTKNOW;
break;
}
- return DbGridControl_Base::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eValue,sal_True );
+ return DbGridControl_Base::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eValue );
}
}
return DbGridControl_Base::CreateAccessibleCell( _nRow, _nColumnPos );