summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpparastyle.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 12:27:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 12:28:53 +0200
commit5e557a5f987b70f064e3381bda45bd882d651546 (patch)
treecfe628f32ba9442c0a9235077b4daed25152eb61 /lotuswordpro/source/filter/lwpparastyle.cxx
parentlinguistic: std::auto_ptr -> std::unique_ptr (diff)
downloadcore-5e557a5f987b70f064e3381bda45bd882d651546.tar.gz
core-5e557a5f987b70f064e3381bda45bd882d651546.zip
lotuswordpro: std::auto_ptr -> std::unique_ptr
Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
Diffstat (limited to 'lotuswordpro/source/filter/lwpparastyle.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpparastyle.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpparastyle.cxx b/lotuswordpro/source/filter/lwpparastyle.cxx
index 825648a5c91e..244189fd270d 100644
--- a/lotuswordpro/source/filter/lwpparastyle.cxx
+++ b/lotuswordpro/source/filter/lwpparastyle.cxx
@@ -442,9 +442,7 @@ void LwpParaStyle::ApplyIndent(LwpPara* pPara, XFParaStyle* pParaStyle, LwpInden
else
pParentPara = NULL;
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- std::auto_ptr<LwpIndentOverride> pTotalIndent(new LwpIndentOverride);
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ std::unique_ptr<LwpIndentOverride> pTotalIndent(new LwpIndentOverride);
if (pIndent->IsUseRelative() && pParentPara)
{
LwpIndentOverride* pParentIndent = pParentPara->GetIndent();