summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 16:53:51 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commite13ba2d41deb93da53607a924e234730f4e0349c (patch)
treed341449e68d0be70a6e8c1e79776f40024b43c54 /dbaccess/source/ui/app/AppController.hxx
parentbd2bf6bd559163389d1e6b6b948fc29cee5f13f5 (diff)
loplugin:unuseddefaultparams in dbaccess
Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index e73f1eab3f7c..f5fd97fd13a9 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -152,15 +152,12 @@ namespace dbaui
Defines the type to open
@param _eOpenMode
denotes the mode in which to open the object
- @param _nInstigatorCommand
- denotes the command which instigated the action. Might be 0.
@return the form or report model will only be returned, otherwise <NULL/>
*/
css::uno::Reference< css::lang::XComponent > openElement(
const OUString& _sName,
ElementType _eType,
- ElementOpenMode _eOpenMode,
- sal_uInt16 _nInstigatorCommand = 0
+ ElementOpenMode _eOpenMode
);
/** opens a new sub frame with a table/query/form/report/view, passing additional arguments