summaryrefslogtreecommitdiffstats
path: root/include/xmloff/DocumentSettingsContext.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 08:13:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 08:13:48 +0200
commit68daa8a22611605299ac3174a3632191f93236d9 (patch)
treefdfb7c512a61bf4543e056191dfeb3e6f276ac13 /include/xmloff/DocumentSettingsContext.hxx
parentWaE: implicit conversion of literal of type 'sal_Bool' to 'bool' (diff)
downloadcore-68daa8a22611605299ac3174a3632191f93236d9.tar.gz
core-68daa8a22611605299ac3174a3632191f93236d9.zip
xmloff: std::auto_ptr -> std::unique_ptr
Change-Id: I8baa6c0573af3629bacbf1891c3196c165883d9e
Diffstat (limited to 'include/xmloff/DocumentSettingsContext.hxx')
-rw-r--r--include/xmloff/DocumentSettingsContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/DocumentSettingsContext.hxx b/include/xmloff/DocumentSettingsContext.hxx
index da3919ea1234..24296f36e4da 100644
--- a/include/xmloff/DocumentSettingsContext.hxx
+++ b/include/xmloff/DocumentSettingsContext.hxx
@@ -32,7 +32,7 @@ struct XMLDocumentSettingsContext_Data;
class XMLOFF_DLLPUBLIC XMLDocumentSettingsContext : public SvXMLImportContext
{
- ::std::auto_ptr< XMLDocumentSettingsContext_Data > m_pData;
+ ::std::unique_ptr< XMLDocumentSettingsContext_Data > m_pData;
public:
XMLDocumentSettingsContext(SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName,