summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-03-28 21:48:52 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-03-29 13:16:13 +0100
commit63940b9214e5f1f44b74aaf689f5ee43f5473e0e (patch)
tree4ed18c5307b47a820b1b45c8c26912636291cd15 /connectivity/inc
parent34366497a4c69ba77c47632e4c175f09363a3114 (diff)
Remove unused code in connectiviy.
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/connectivity/FValue.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx
index 64f44d487153..db46884972db 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/connectivity/inc/connectivity/FValue.hxx
@@ -330,8 +330,6 @@ namespace connectivity
sal_Int64 getLong() const;
double getDouble() const;
float getFloat() const;
- // convert the double to the type _nDataType
- void setFromDouble(const double& _rVal,sal_Int32 _nDatatype);
::rtl::OUString getString() const; // makes a automatic conversion if type isn't a string
::com::sun::star::util::Date getDate() const;