summaryrefslogtreecommitdiff
path: root/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/resourcemodel/WW8ResourceModel.hxx')
-rw-r--r--writerfilter/inc/resourcemodel/WW8ResourceModel.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
index 63fe0a56fe75..b72f9f7b1363 100644
--- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
+++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
@@ -297,9 +297,7 @@ public:
/**
Pointer to a value.
*/
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- typedef std::auto_ptr<Value> Pointer_t;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ typedef std::unique_ptr<Value> Pointer_t;
virtual ~Value() {}
@@ -348,9 +346,7 @@ public:
class Sprm
{
public:
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- typedef std::auto_ptr<Sprm> Pointer_t;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ typedef std::unique_ptr<Sprm> Pointer_t;
/**
Returns id of the SPRM.