From bf96ec5d8af6fe806ee634e556f7a9a105894f0f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 16 Feb 2015 13:03:53 +0000 Subject: boost->std Change-Id: I44b208a2c5c5bf73ac025462c9f7bd499ed0a49b --- include/i18nlangtag/languagetag.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/i18nlangtag') diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 3d484ad9f5d2..18ec22e78517 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -16,7 +16,7 @@ #include #include -#include +#include #include typedef struct _rtl_Locale rtl_Locale; // as in rtl/locale.h @@ -507,7 +507,7 @@ public: /** @ATTENTION: _ONLY_ to be called by the application's configuration! */ static void setConfiguredSystemLanguage( LanguageType nLang ); - typedef ::boost::shared_ptr< LanguageTagImpl > ImplPtr; + typedef std::shared_ptr< LanguageTagImpl > ImplPtr; private: -- cgit