diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 15:10:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 21:41:22 +0100 |
commit | 8471ba7b97a2a01039133674d3960c5c16803833 (patch) | |
tree | 2011f7b8b395ed5195b283002add798463958db0 /svtools/source | |
parent | b6dbc5e70805fd5905ac6e1ec46234ae0020c4cb (diff) |
No need for extern "C" here
...and fix resulting loplugin:salbool fallout
Change-Id: I5ae1497608d31c20b0d10676450a7673dee1c651
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/java/javainteractionhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/java/javainteractionhandler.cxx b/svtools/source/java/javainteractionhandler.cxx index 464f82ea6d52..c07fcaf59b6e 100644 --- a/svtools/source/java/javainteractionhandler.cxx +++ b/svtools/source/java/javainteractionhandler.cxx @@ -163,7 +163,7 @@ void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionReque nResult = aQueryBox->Execute(); if ( nResult == RET_YES ) { - jfw_setEnabled(sal_True); + jfw_setEnabled(true); } m_nResult_JavaDisabled = nResult; |