summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/CRowSetDataColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.hxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.hxx b/dbaccess/source/core/api/CRowSetDataColumn.hxx
index 0dc3db9866f8..6a7809d01208 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.hxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.hxx
@@ -26,7 +26,7 @@
#include <connectivity/CommonTools.hxx>
#include <comphelper/proparrhlp.hxx>
-#include <boost/function.hpp>
+#include <functional>
namespace dbaccess
{
@@ -38,7 +38,7 @@ namespace dbaccess
public ORowSetDataColumn_PROP
{
protected:
- const boost::function< const ::connectivity::ORowSetValue& ( sal_Int32 ) > m_pGetValue;
+ const std::function<const ::connectivity::ORowSetValue& (sal_Int32)> m_pGetValue;
::com::sun::star::uno::Any m_aOldValue;
OUString m_sLabel;
@@ -53,7 +53,7 @@ namespace dbaccess
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxDBMeta,
const OUString& _rDescription,
const OUString& i_sLabel,
- const boost::function< const ::connectivity::ORowSetValue& ( sal_Int32 ) > &_getValue);
+ const std::function<const ::connectivity::ORowSetValue& (sal_Int32)> &_getValue);
// com::sun::star::lang::XTypeProvider