summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-14 09:21:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-14 12:54:25 +0000
commit22b80ac8e213ff63ce4f60e7d491f12cb42db313 (patch)
treeb00f1ed362747a05d79686a8709c3408cfdee59b /include/svtools
parentsysui: g-ir-scanner is not available in when introspection is disabled (diff)
downloadcore-22b80ac8e213ff63ce4f60e7d491f12cb42db313.tar.gz
core-22b80ac8e213ff63ce4f60e7d491f12cb42db313.zip
boost->std
Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-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);