diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-07-09 12:20:08 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-07-09 12:20:08 +0000 |
commit | 2fdcdfbfd1b7583b9602802e8695991e70529232 (patch) | |
tree | 62fee63c62f5a3754f0c9fcea0dc777ae3c9ff39 /dbaccess/source/ui/tabledesign/TableFieldControl.hxx | |
parent | b5a5d7d8e60ef84316b645b67922ee19542359e0 (diff) |
#99921# check if datasource allows to check names
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableFieldControl.hxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableFieldControl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableFieldControl.hxx b/dbaccess/source/ui/tabledesign/TableFieldControl.hxx index 5cdbdbce3738..e9c04d6c956c 100644 --- a/dbaccess/source/ui/tabledesign/TableFieldControl.hxx +++ b/dbaccess/source/ui/tabledesign/TableFieldControl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: TableFieldControl.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-02-14 14:24:36 $ + * last change: $Author: oj $ $Date: 2002-07-09 13:19:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,6 +97,7 @@ namespace dbaui String BoolStringUI(const String& rPersistentString) const { return OFieldDescControl::BoolStringUI(rPersistentString); } virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData> getMetaData(); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getConnection(); }; } #endif // DBAUI_TABLEFIELDCONTROL_HXX |