summaryrefslogtreecommitdiff
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 17:26:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 17:51:30 +0200
commit89c72084b23b14780d0799f2f2f32c579212f497 (patch)
tree5d7aceedbe6be23b302c382e14d5148d460b0b89 /sc/inc/dptabsrc.hxx
parent741629f48a3fe72fb1e9fb68077446907585e852 (diff)
sc: std::auto_ptr -> std::unique_ptr
Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index c3e636f07c96..f57b516b5ef9 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -119,9 +119,7 @@ private:
bool bResultOverflow;
bool bPageFiltered; // set if page field filters have been applied to cache table
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- ::std::auto_ptr<OUString> mpGrandTotalName;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ ::std::unique_ptr<OUString> mpGrandTotalName;
void CreateRes_Impl();
void FillMemberResults();