diff options
Diffstat (limited to 'basctl/source/basicide/basicbox.cxx')
| -rw-r--r-- | basctl/source/basicide/basicbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basicbox.cxx b/basctl/source/basicide/basicbox.cxx index 4bb502f8ba5e..8801498bf7d0 100644 --- a/basctl/source/basicide/basicbox.cxx +++ b/basctl/source/basicide/basicbox.cxx @@ -396,7 +396,7 @@ void LanguageBox::FillBox() m_sCurrentText = GetSelectEntry(); ClearBox(); - boost::shared_ptr<LocalizationMgr> pCurMgr(GetShell()->GetCurLocalizationMgr()); + std::shared_ptr<LocalizationMgr> pCurMgr(GetShell()->GetCurLocalizationMgr()); if ( pCurMgr->isLibraryLocalized() ) { Enable(); |
