summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:35:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:35:50 +0000
commite598124278fbbf782cbe6f6758753b60056e6c7a (patch)
tree52a9946dfc93bb8a70ee1ecf23c79598add62d0e /sj2
parentf51e874ad089ddfb21bfc21f3e74910597f8c9bd (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.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx
index 584ed03ea5..a2f81f4b97 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;