summaryrefslogtreecommitdiff
path: root/xmlscript/test/imexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/test/imexp.cxx')
-rw-r--r--xmlscript/test/imexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index 1edf5f6ed5f8..4a597a491522 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -105,7 +105,7 @@ Reference< container::XNameContainer > importFile(
}
else
{
- throw Exception( "### Cannot read file!", Reference< XInterface >() );
+ throw Exception( "### Cannot read file!" );
}
}