boost->std

Change-Id: Ie490bf2c6921f393bdeed96b1a8815996b701bf0
Reviewed-on: https://gerrit.libreoffice.org/18670
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2015-09-17 17:10:47 +01:00
parent c8ee3be0e0
commit 3a00aaef2a
81 changed files with 177 additions and 206 deletions

View File

@@ -26,7 +26,7 @@
#include "runtime.hxx"
#include "stdobj.hxx"
#include "rtlproto.hxx"
#include <boost/scoped_ptr.hpp>
#include <memory>
class SvRTLInputBox : public ModalDialog
{