summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/FValue.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2009-02-13 06:02:11 +0000
committerOcke Janssen <oj@openoffice.org>2009-02-13 06:02:11 +0000
commita9cb62614633b32b99859e8b86a340a9952ec350 (patch)
treeabc0f89e8eaea8f9389563ae3736a0a882c843e4 /connectivity/inc/connectivity/FValue.hxx
parentbc144a1985f8c38a9a65a1a286ac4b6a65a0c1f6 (diff)
remove faulty commit on tagooo/DEV300_m41
Diffstat (limited to 'connectivity/inc/connectivity/FValue.hxx')
-rw-r--r--connectivity/inc/connectivity/FValue.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx
index 850a024a3b..8dba9e7ee9 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/connectivity/inc/connectivity/FValue.hxx
@@ -344,18 +344,6 @@ namespace connectivity
sal_Int32 _nType,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
- /**
- fetches a single value out of the row
- @param _nPos the current column position
- @param _nType the type of the current column
- @param _bNullable if true then it will be checked if the result could be NULL, otherwise not.
- @param _xRow the row where to fetch the data from
- */
- void fill(sal_Int32 _nPos,
- sal_Int32 _nType,
- sal_Bool _bNullable,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow);
-
void fill(const ::com::sun::star::uno::Any& _rValue);
};