summaryrefslogtreecommitdiffstats
path: root/include/svx/databaselocationinput.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 15:20:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 15:20:22 +0200
commitdc635425118c77d35534d1bf8b3aa12a1ad95752 (patch)
tree266c8b6b45110eccfe4c8cac375e0eb0ffde3db9 /include/svx/databaselocationinput.hxx
parentResolves: fdo#81277 missing table cell background color in doc/html import (diff)
downloadcore-dc635425118c77d35534d1bf8b3aa12a1ad95752.tar.gz
core-dc635425118c77d35534d1bf8b3aa12a1ad95752.zip
svx: std::auto_ptr -> std::unique_ptr
Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
Diffstat (limited to 'include/svx/databaselocationinput.hxx')
-rw-r--r--include/svx/databaselocationinput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/databaselocationinput.hxx b/include/svx/databaselocationinput.hxx
index b5af04f558a4..373305c71fda 100644
--- a/include/svx/databaselocationinput.hxx
+++ b/include/svx/databaselocationinput.hxx
@@ -74,7 +74,7 @@ namespace svx
bool prepareCommit();
private:
- ::std::auto_ptr< DatabaseLocationInputController_Impl >
+ ::std::unique_ptr< DatabaseLocationInputController_Impl >
m_pImpl;
};