summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/objectnamecheck.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/objectnamecheck.hxx')
-rw-r--r--dbaccess/source/ui/inc/objectnamecheck.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/objectnamecheck.hxx b/dbaccess/source/ui/inc/objectnamecheck.hxx
index 50a7b163d6aa..8f834ebef82b 100644
--- a/dbaccess/source/ui/inc/objectnamecheck.hxx
+++ b/dbaccess/source/ui/inc/objectnamecheck.hxx
@@ -20,7 +20,8 @@
#ifndef DBACCESS_SOURCE_UI_INC_OBJECTNAMECHECK_HXX
#define DBACCESS_SOURCE_UI_INC_OBJECTNAMECHECK_HXX
-namespace rtl { class OUString; }
+#include <rtl/ustring.hxx>
+
namespace dbtools { class SQLExceptionInfo; }
//........................................................................
@@ -48,7 +49,7 @@ namespace dbaui
<TRUE/> if and only if the given name is valid.
*/
virtual bool isNameValid(
- const ::rtl::OUString& _rObjectName,
+ const OUString& _rObjectName,
::dbtools::SQLExceptionInfo& _out_rErrorToDisplay
) const = 0;