diff options
Diffstat (limited to 'include/svx/dbtoolsclient.hxx')
-rw-r--r-- | include/svx/dbtoolsclient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/dbtoolsclient.hxx b/include/svx/dbtoolsclient.hxx index 6064e35ffb20..7888b0ac876b 100644 --- a/include/svx/dbtoolsclient.hxx +++ b/include/svx/dbtoolsclient.hxx @@ -158,7 +158,7 @@ namespace svxform DBToolsObjectFactory(); virtual ~DBToolsObjectFactory(); - ::std::auto_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue( + ::std::unique_ptr< ::dbtools::FormattedColumnValue > createFormattedColumnValue( const css::uno::Reference<css::uno::XComponentContext>& _rContext, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet >& _rxRowSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn |