summaryrefslogtreecommitdiff
path: root/include/svtools/javacontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-16 15:43:35 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-17 10:28:09 +0000
commitce66911720b3245b21fb14bb83619c42610e5ac6 (patch)
tree5218fadfce07d451f3c5d514d9068bfe8a9eeb16 /include/svtools/javacontext.hxx
parent07da25064f75cdf7163669f9bf860a9ee2f8b33c (diff)
loplugin:constantparam in svtools
Change-Id: I1a3c4a36e29a6712c589ffd3aaada593880d978d Reviewed-on: https://gerrit.libreoffice.org/23304 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/javacontext.hxx')
-rw-r--r--include/svtools/javacontext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svtools/javacontext.hxx b/include/svtools/javacontext.hxx
index 59ed720e880d..c4732c234547 100644
--- a/include/svtools/javacontext.hxx
+++ b/include/svtools/javacontext.hxx
@@ -38,14 +38,13 @@ namespace svt
{
public:
- /** The parameter bShowErrorsOnce controls whether a message box is
+ /** A message box is
only displayed once for a recurring Java error. That is only
the first time JavaInteractionHandler.handle is called with a
particular Request then the message box is shown. Afterwards
nothing happens.
*/
- JavaContext( const css::uno::Reference< css::uno::XCurrentContext> & ctx,
- bool bReportErrorOnce = true );
+ JavaContext( const css::uno::Reference< css::uno::XCurrentContext> & ctx );
virtual ~JavaContext();
// XInterface