diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:35:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:35:50 +0000 |
commit | 4769431d51fc12706ab9b6610062f5ea0c42a3a5 (patch) | |
tree | 5612270d259668b669f743588921882ec3027b43 /sj2 | |
parent | 1eb55cc4cd95c4361a04f21c6505f0488af5b809 (diff) |
INTEGRATION: CWS sb59 (1.13.8); FILE MERGED
2006/08/10 12:19:28 sb 1.13.8.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/sjapplet.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx index d7c6437f374d..72e3eb5bfb49 100644 --- a/sj2/source/jscpp/sjapplet.cxx +++ b/sj2/source/jscpp/sjapplet.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sjapplet.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:38:41 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:35:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,8 @@ void SjApplet2::Init(Window * pParentWin, const INetURLObject & rDocBase, const #if OSL_DEBUG_LEVEL > 1 OString message = OUStringToOString(runtimeException.Message, RTL_TEXTENCODING_ASCII_US); OSL_TRACE("sjapplet.cxx: SjApplet2::Init - exception occurred: %s\n", message.getStr()); +#else + (void) runtimeException; // avoid warning #endif delete _pImpl; |