summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/dataview.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-24 18:50:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-25 08:40:12 +0200
commitd54a72a40852e206d78ab4c57a6898cfae39b8d0 (patch)
tree93967bdbbe5b48e4645b912cf921b244634088af /include/dbaccess/dataview.hxx
parentconnectivity: std::auto_ptr -> std::unique_ptr (diff)
downloadcore-d54a72a40852e206d78ab4c57a6898cfae39b8d0.tar.gz
core-d54a72a40852e206d78ab4c57a6898cfae39b8d0.zip
dbaccess: std::auto_ptr -> std::unique_ptr
Change-Id: I2b27aaf589fcbe4da1680f624a57be7ae62b0dc5
Diffstat (limited to 'include/dbaccess/dataview.hxx')
-rw-r--r--include/dbaccess/dataview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index 47292d09a7ac..b50149299f38 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -39,7 +39,7 @@ namespace dbaui
protected:
IController& m_rController; // the controller in where we resides in
FixedLine m_aSeparator;
- ::std::auto_ptr< ::svt::AcceleratorExecute> m_pAccel;
+ ::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel;
public:
ODataView( vcl::Window* pParent,