summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/SQLException.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/SQLException.hxx')
-rw-r--r--connectivity/source/inc/java/sql/SQLException.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/sql/SQLException.hxx b/connectivity/source/inc/java/sql/SQLException.hxx
index 7e98f6ef0d86..217556cda071 100644
--- a/connectivity/source/inc/java/sql/SQLException.hxx
+++ b/connectivity/source/inc/java/sql/SQLException.hxx
@@ -48,7 +48,7 @@ namespace connectivity
// A ctor that is needed for returning the object
java_sql_SQLException_BASE( JNIEnv * pEnv, jobject myObj );
- ::rtl::OUString getSQLState() const;
+ OUString getSQLState() const;
sal_Int32 getErrorCode() const;
starsdbc::SQLException getNextException() const;