diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-06-15 07:40:18 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-06-15 07:40:18 +0000 |
commit | 7bc7cf419762cc2ab8ed01182d9154c2dac6c96e (patch) | |
tree | 0bd551397ad70b44904f688c6ff419bdaca1aedf /dbaccess/source/ui | |
parent | ec7eb5e903839bbd8c4a10ebb38dbd60189bbb3b (diff) |
#86096# +transferChangedControlProperty
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/inc/unodatbr.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 92fc74fd7e7d..8b6302dfd954 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: fs $ $Date: 2001-06-13 16:58:54 $ + * last change: $Author: fs $ $Date: 2001-06-15 08:40:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -317,6 +317,8 @@ namespace dbaui void openHelpAgent(sal_Int32 _nHelpId); + void transferChangedControlProperty(const ::rtl::OUString& _rProperty, const ::com::sun::star::uno::Any& _rNewValue); + void insertRows(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>& xSrcRs, const ::std::vector<sal_Int32>& _rvColumns, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable, |