summaryrefslogtreecommitdiff
path: root/sw/qa/core
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-17 16:40:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-18 11:00:17 +0000
commitc19c242ec0757d5d5f2936e2a57430e39c692b2b (patch)
treefe8f71cab2739904472e74597e04aadefd9d19dc /sw/qa/core
parent1215efbf616024bc262f94c38038d6de6d960b17 (diff)
boost->std
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
Diffstat (limited to 'sw/qa/core')
-rw-r--r--sw/qa/core/test_ToxTextGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/core/test_ToxTextGenerator.cxx b/sw/qa/core/test_ToxTextGenerator.cxx
index 7f622d084203..2101c4a8b825 100644
--- a/sw/qa/core/test_ToxTextGenerator.cxx
+++ b/sw/qa/core/test_ToxTextGenerator.cxx
@@ -15,7 +15,7 @@
#include "ToxTextGenerator.hxx"
#include "ToxTabStopTokenHandler.hxx"
-#include <boost/make_shared.hpp>
+#include <memory>
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
@@ -117,7 +117,7 @@ public:
class ToxTextGeneratorWithMockedChapterField : public ToxTextGenerator {
public:
ToxTextGeneratorWithMockedChapterField(SwForm &form)
- : ToxTextGenerator(form, boost::make_shared<MockedToxTabStopTokenHandler>()),
+ : ToxTextGenerator(form, std::make_shared<MockedToxTabStopTokenHandler>()),
mChapterFieldType(), mChapterField(&mChapterFieldType) {;}
SwChapterField&