diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 11:23:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 12:58:24 +0100 |
commit | 16a4c73fd3029c056de77dc7c65731c4c1fc88dc (patch) | |
tree | b8b1fb2295ea376da4d78bee54f902ffda02a090 /sc/source/ui | |
parent | 09aad948c36f08e5bf84b5df3a7b892e8bd3aeb6 (diff) |
WaE unused parameters
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/vba/vbaquerytable.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaquerytable.cxx b/sc/source/ui/vba/vbaquerytable.cxx index d08fd302b2a8..82761c84d168 100644 --- a/sc/source/ui/vba/vbaquerytable.cxx +++ b/sc/source/ui/vba/vbaquerytable.cxx @@ -37,7 +37,7 @@ using namespace com::sun::star; -ScVbaQueryTable::ScVbaQueryTable(const css::uno::Reference< ov::XHelperInterface >& xParent, +ScVbaQueryTable::ScVbaQueryTable(const css::uno::Reference< ov::XHelperInterface >& /*xParent*/, const css::uno::Reference< css::uno::XComponentContext > & xContext, ScDocument *pDocument , ScVbaRange *pParent @@ -54,7 +54,7 @@ ScVbaQueryTable::~ScVbaQueryTable() } ::sal_Bool SAL_CALL -ScVbaQueryTable::Refresh( const ::com::sun::star::uno::Any& aBackgroundQuery ) throw (::com::sun::star::uno::RuntimeException) +ScVbaQueryTable::Refresh( const ::com::sun::star::uno::Any& /*aBackgroundQuery*/ ) throw (::com::sun::star::uno::RuntimeException) { //Get parent Info |