summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 15:28:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-08 15:28:12 +0000
commitec56ef334436d09217c9e6169658dd599d471834 (patch)
treebdfd9c25c7e62d6f2e9caf9fed09f4992f535410 /ucb
parentb9c8b9c3c67a49093c126c0c46eb97400f50aa74 (diff)
#94354# (jbu): workaround is not necessary anymore, problem has been fixed inside the language binding(see bridges project)
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/shell.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index 3bc072e89eba..ee9e74292c16 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shell.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: hr $ $Date: 2001-11-05 20:24:36 $
+ * last change: $Author: hr $ $Date: 2001-11-08 16:28:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -987,17 +987,6 @@ shell::setv( sal_Int32 CommandId,
return ret;
}
-#if ( defined(GCC) && __GNUC__ >= 3 )
-static void dummy (void) throw (InteractiveAugmentedIOException)
-{
- // This one is never called. One throw statement is needed to convince
- // the gcc-3.0.x compiler to place the RTTI information for
- // InteractiveAugmentedIOException into the object file.
- throw InteractiveAugmentedIOException();
-}
-#endif
-
-
/*********************************************************************************/
/* */
/* getv-Implementation */