[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - connectivity/source
Andras Timar
andras.timar at collabora.com
Wed Jul 13 21:23:40 UTC 2016
connectivity/source/inc/java/sql/DriverPropertyInfo.hxx | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit 7e38d503be827eaecf5702c03c7f10c85181c4a9
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Jul 13 23:23:15 2016 +0200
partially revert 2d2ae27b7e7aa14735165
Change-Id: If8b79e4c07d14d6758bb2c9f55ae9935d24e4f9f
diff --git a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
index a745fef..70d2594 100644
--- a/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
+++ b/connectivity/source/inc/java/sql/DriverPropertyInfo.hxx
@@ -37,6 +37,15 @@ namespace connectivity
public:
virtual jclass getMyClass() const override;
virtual ~java_sql_DriverPropertyInfo();
+ // A ctor that is needed for returning the object
+ java_sql_DriverPropertyInfo( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
+ operator ::com::sun::star::sdbc::DriverPropertyInfo();
+
+ OUString name();
+ OUString description();
+ OUString value();
+ bool required();
+ ::com::sun::star::uno::Sequence< OUString> choices();
};
}
More information about the Libreoffice-commits
mailing list