summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/sdbcoretools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/sdbcoretools.hxx')
-rw-r--r--dbaccess/source/core/inc/sdbcoretools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/sdbcoretools.hxx b/dbaccess/source/core/inc/sdbcoretools.hxx
index 94b258976a78..2bbd99d823bc 100644
--- a/dbaccess/source/core/inc/sdbcoretools.hxx
+++ b/dbaccess/source/core/inc/sdbcoretools.hxx
@@ -38,7 +38,7 @@ namespace dbaccess
/** retrieves a to-be-displayed string for a given caught exception;
*/
- ::rtl::OUString extractExceptionMessage( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rContext, const ::com::sun::star::uno::Any& _rError );
+ OUString extractExceptionMessage( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rContext, const ::com::sun::star::uno::Any& _rError );
namespace tools
{