summaryrefslogtreecommitdiff
path: root/include/svtools/DocumentInfoPreview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/DocumentInfoPreview.hxx')
-rw-r--r--include/svtools/DocumentInfoPreview.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/DocumentInfoPreview.hxx b/include/svtools/DocumentInfoPreview.hxx
index 9cb75241032a..3ebbfec6d9f4 100644
--- a/include/svtools/DocumentInfoPreview.hxx
+++ b/include/svtools/DocumentInfoPreview.hxx
@@ -28,8 +28,6 @@
#include <tools/wintypes.hxx>
#include <vcl/window.hxx>
-#include <boost/scoped_ptr.hpp>
-
class ExtMultiLineEdit;
class SvtDocInfoTable_Impl;
@@ -58,7 +56,7 @@ public:
private:
VclPtr<ExtMultiLineEdit> m_pEditWin;
- boost::scoped_ptr< SvtDocInfoTable_Impl > m_xInfoTable;
+ std::unique_ptr< SvtDocInfoTable_Impl > m_xInfoTable;
LanguageTag m_aLanguageTag;
void insertEntry(OUString const & title, OUString const & value);