summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashape.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 17:39:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 18:37:51 +0200
commit0b23ac2c9d36c89137feeb82d0aed7a8628a53b7 (patch)
tree7a09059a896afcc739eb30559043275144217a98 /include/vbahelper/vbashape.hxx
parentb78b143416789307f29bf6e9d06ae49689d9a18f (diff)
vbahelper: std::auto_ptr -> std::unique_ptr
Change-Id: Ic1b28e7f79cc7dad6a045eb64e5191991533990d
Diffstat (limited to 'include/vbahelper/vbashape.hxx')
-rw-r--r--include/vbahelper/vbashape.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vbahelper/vbashape.hxx b/include/vbahelper/vbashape.hxx
index 838ad437ea21..98860eb82d6c 100644
--- a/include/vbahelper/vbashape.hxx
+++ b/include/vbahelper/vbashape.hxx
@@ -37,9 +37,7 @@ typedef InheritedHelperInterfaceImpl< ListeningShape > ScVbaShape_BASE;
class VBAHELPER_DLLPUBLIC ScVbaShape : public ScVbaShape_BASE
{
protected:
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- std::auto_ptr< ov::ShapeHelper > m_pShapeHelper;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ std::unique_ptr< ov::ShapeHelper > m_pShapeHelper;
css::uno::Reference< css::drawing::XShape > m_xShape;
css::uno::Reference< css::drawing::XShapes > m_xShapes;
css::uno::Reference< css::beans::XPropertySet > m_xPropertySet;