summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/containerapprove.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/containerapprove.hxx')
-rw-r--r--dbaccess/source/core/inc/containerapprove.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/containerapprove.hxx b/dbaccess/source/core/inc/containerapprove.hxx
index d3a00c956c8e..0be528513450 100644
--- a/dbaccess/source/core/inc/containerapprove.hxx
+++ b/dbaccess/source/core/inc/containerapprove.hxx
@@ -53,7 +53,7 @@ namespace dbaccess
into the container
*/
virtual void SAL_CALL approveElement(
- const ::rtl::OUString& _rName,
+ const OUString& _rName,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxElement
) = 0;
};