summaryrefslogtreecommitdiff
path: root/scripting/source/inc/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 14:30:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 14:30:50 +0000
commitfc6b7bff20ae596de7b636554378dc6eef08247d (patch)
tree56df4e939f6a0e5fa3338be1835978879fb6c684 /scripting/source/inc/util
parent817d0cf43f6fcb6f5bc82b3fb5f20f7da3438bb6 (diff)
INTEGRATION: CWS scriptingf10 (1.2.16); FILE MERGED
2005/01/12 14:03:56 toconnor 1.2.16.1: #i40429# remove OSL_TRACE calls before beta
Diffstat (limited to 'scripting/source/inc/util')
-rw-r--r--scripting/source/inc/util/util.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripting/source/inc/util/util.hxx b/scripting/source/inc/util/util.hxx
index 5f6d3a478863..5bb9df8a0005 100644
--- a/scripting/source/inc/util/util.hxx
+++ b/scripting/source/inc/util/util.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: util.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-10-22 14:04:39 $
+ * last change: $Author: rt $ $Date: 2005-01-27 15:30:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@ namespace scripting_util
if(!xRef.is())
{
- OSL_TRACE( Msg );
throw ::com::sun::star::uno::RuntimeException(OUSTR(Msg), ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >());
}
}