summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/DriverPropertyInfo.hxx')
-rw-r--r--connectivity/source/inc/java/sql/DriverPropertyInfo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index c49dc66b60e5..0080bf273e66 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -41,11 +41,11 @@ namespace connectivity
java_sql_DriverPropertyInfo( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
operator ::com::sun::star::sdbc::DriverPropertyInfo();
- ::rtl::OUString name();
- ::rtl::OUString description();
- ::rtl::OUString value();
+ OUString name();
+ OUString description();
+ OUString value();
sal_Bool required();
- ::com::sun::star::uno::Sequence< ::rtl::OUString> choices();
+ ::com::sun::star::uno::Sequence< OUString> choices();
};
}