summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-10 14:50:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-10 14:50:29 +0000
commit6ed533d4dbb2dd9bde749094c282690d9b18dcd5 (patch)
treed88b7a3671d4bfeef92e6ee72edeb2e5910c1b7a /cppuhelper
parent2465e9815250f994088f6239e82555dd1545b47b (diff)
INTEGRATION: CWS sb41 (1.7.16); FILE MERGED
2005/12/16 10:48:01 sb 1.7.16.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/exc_thrower.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx
index d57c659c2..634fa4c27 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exc_thrower.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:25:52 $
+ * last change: $Author: rt $ $Date: 2006-01-10 15:50:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,7 @@
#include "osl/mutex.hxx"
#include "uno/dispatcher.hxx"
#include "uno/mapping.hxx"
-#include "cppu/XExceptionThrower.hpp"
+#include "cppuhelper/detail/XExceptionThrower.hpp"
#include "com/sun/star/uno/RuntimeException.hpp"
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
@@ -52,6 +52,8 @@ using namespace ::com::sun::star::uno;
namespace
{
+using cppuhelper::detail::XExceptionThrower;
+
//==============================================================================
struct ExceptionThrower : public uno_Interface, XExceptionThrower
{