summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/typedetectionimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/typedetectionimport.cxx')
-rw-r--r--filter/source/xsltdialog/typedetectionimport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/filter/source/xsltdialog/typedetectionimport.cxx b/filter/source/xsltdialog/typedetectionimport.cxx
index d2ec25e7a222..9133f9bd495c 100644
--- a/filter/source/xsltdialog/typedetectionimport.cxx
+++ b/filter/source/xsltdialog/typedetectionimport.cxx
@@ -43,9 +43,10 @@ using namespace com::sun::star::io;
using namespace com::sun::star::beans;
using namespace com::sun::star::xml::sax;
using namespace com::sun::star;
-using namespace rtl;
using namespace std;
+using ::rtl::OUString;
+
TypeDetectionImporter::TypeDetectionImporter( Reference< XMultiServiceFactory >& xMSF )
: mxMSF(xMSF),
sRootNode( RTL_CONSTASCII_USTRINGPARAM( "oor:component-data" ) ),
@@ -90,7 +91,7 @@ void TypeDetectionImporter::doImport( Reference< XMultiServiceFactory >& xMSF, R
}
catch( Exception& /* e */ )
{
- DBG_ERROR( "TypeDetectionImporter::doImport exception catched!" );
+ OSL_FAIL( "TypeDetectionImporter::doImport exception catched!" );
}
}