summaryrefslogtreecommitdiff
path: root/linguistic/source/hyphdsp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/hyphdsp.hxx')
-rw-r--r--linguistic/source/hyphdsp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx
index f887dabf9bd8..8360e32ffcc6 100644
--- a/linguistic/source/hyphdsp.hxx
+++ b/linguistic/source/hyphdsp.hxx
@@ -32,8 +32,8 @@
#include <cppuhelper/implbase.hxx>
-#include <boost/shared_ptr.hpp>
#include <map>
+#include <memory>
#include "lngopt.hxx"
#include "linguistic/misc.hxx"
@@ -49,7 +49,7 @@ class HyphenatorDispatcher :
>,
public LinguDispatcher
{
- typedef boost::shared_ptr< LangSvcEntries_Hyph > LangSvcEntries_Hyph_Ptr_t;
+ typedef std::shared_ptr< LangSvcEntries_Hyph > LangSvcEntries_Hyph_Ptr_t;
typedef std::map< LanguageType, LangSvcEntries_Hyph_Ptr_t > HyphSvcByLangMap_t;
HyphSvcByLangMap_t aSvcMap;