diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-02 16:53:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-03 08:11:02 +0200 |
commit | e13ba2d41deb93da53607a924e234730f4e0349c (patch) | |
tree | d341449e68d0be70a6e8c1e79776f40024b43c54 /dbaccess/source/ui/app/AppView.hxx | |
parent | bd2bf6bd559163389d1e6b6b948fc29cee5f13f5 (diff) |
loplugin:unuseddefaultparams in dbaccess
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppView.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx index 556fcf9fcaf5..66ff3b86a0cc 100644 --- a/dbaccess/source/ui/app/AppView.hxx +++ b/dbaccess/source/ui/app/AppView.hxx @@ -181,10 +181,9 @@ namespace dbaui sal_Int32 getSelectionCount(); /** clears the detail page and the selection on the left side. - @param _bTaskAlso - If <TRUE/> the task window will also be cleared. + The task window will also be cleared. */ - void clearPages(bool _bTaskAlso = true); + void clearPages(); /** returns the element names which are selected @param _rNames |