diff options
-rw-r--r-- | include/canvas/propertysethelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/propertysethelper.hxx b/include/canvas/propertysethelper.hxx index b90d9ef344e5..dada480e0b0d 100644 --- a/include/canvas/propertysethelper.hxx +++ b/include/canvas/propertysethelper.hxx @@ -142,7 +142,7 @@ namespace canvas const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& xListener ); private: - std::auto_ptr<MapType> mpMap; + std::unique_ptr<MapType> mpMap; InputMap maMapEntries; }; } |