summaryrefslogtreecommitdiff
path: root/include/svx/fmgridcl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 16:10:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 08:50:46 +0200
commitac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b (patch)
treed16f934544638622cc9f511ef64cc2dd2425b600 /include/svx/fmgridcl.hxx
parentec38966951f28a1e1d4c97f01a550c87f152cbc8 (diff)
loplugin:checkunusedparams in svx(part4)
Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab Reviewed-on: https://gerrit.libreoffice.org/37248 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/fmgridcl.hxx')
-rw-r--r--include/svx/fmgridcl.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index 78ad042e4571..a47ef033d7a9 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -112,13 +112,13 @@ public:
void SAL_CALL propertyChange(const css::beans::PropertyChangeEvent& evt);
// css::form::XPositioningListener
- void positioned(const css::lang::EventObject& rEvent);
+ void positioned();
// XBound
bool commit();
// css::form::XInsertListener
- void inserted(const css::lang::EventObject& rEvent);
+ void inserted();
void markColumn(sal_uInt16 nId);
bool isColumnMarked(sal_uInt16 nId) const;
@@ -186,14 +186,12 @@ protected:
bool selectBookmarks(const css::uno::Sequence< css::uno::Any>& _rBookmarks);
/** returns if a column is selected
- @param nColumnId
- The column id.
@param _pColumn
The column to compare with.
@return
<TRUE/> if the column is selected, otherwise <FALSE/>
*/
- bool isColumnSelected(sal_uInt16 nColumnId,DbGridColumn* _pColumn);
+ bool isColumnSelected(DbGridColumn* _pColumn);
};
#endif // INCLUDED_SVX_FMGRIDCL_HXX