summaryrefslogtreecommitdiff
path: root/xmlscript/source/inc/misc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/inc/misc.hxx')
-rw-r--r--xmlscript/source/inc/misc.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlscript/source/inc/misc.hxx b/xmlscript/source/inc/misc.hxx
index 6c04f4b8775c..459e53e2e763 100644
--- a/xmlscript/source/inc/misc.hxx
+++ b/xmlscript/source/inc/misc.hxx
@@ -22,9 +22,6 @@
#include "com/sun/star/uno/Any.hxx"
-#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
-
-
namespace xmlscript
{
@@ -35,7 +32,7 @@ inline void extract_throw( T * p, ::com::sun::star::uno::Any const & a )
if (! (a >>= *p))
{
throw ::com::sun::star::uno::RuntimeException(
- OUSTR("expected ") + ::getCppuType( p ).getTypeName(),
+ "expected " + ::getCppuType( p ).getTypeName(),
::com::sun::star::uno::Reference<
::com::sun::star::uno::XInterface>() );
}