diff options
Diffstat (limited to 'include/xmloff/xmlcnimp.hxx')
-rw-r--r-- | include/xmloff/xmlcnimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlcnimp.hxx b/include/xmloff/xmlcnimp.hxx index 70825653f2b8..aefee1c7ecd4 100644 --- a/include/xmloff/xmlcnimp.hxx +++ b/include/xmloff/xmlcnimp.hxx @@ -22,14 +22,14 @@ #include <xmloff/dllapi.h> #include <sal/types.h> -#include <boost/scoped_ptr.hpp> +#include <memory> class SvXMLAttrCollection; class XMLOFF_DLLPUBLIC SvXMLAttrContainerData { private: - boost::scoped_ptr<SvXMLAttrCollection> pimpl; + std::unique_ptr<SvXMLAttrCollection> pimpl; public: SvXMLAttrContainerData(); |