diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-06 17:01:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-06 17:02:19 +0000 |
commit | 3e79e6584453cb211f75d36a076b588e32f5e980 (patch) | |
tree | 1f0eb1306f75b96749e1d8590ee3a1291d90d299 | |
parent | cf4a5a4a9cfb055e39cb134423789fb7b3847b8e (diff) |
fix windows build
Change-Id: I62a038d99107b30da302acee7b68e802fe5d9622
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx index 1d7a449be573..4774857127bb 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx @@ -223,7 +223,7 @@ void SAL_CALL VistaFilePicker::setDisplayDirectory(const OUString& sDirectory) comphelper::getComponentContext(m_xSMGR)); if (bChanged ) { - boost::shared_ptr< comphelper::ConfigurationChanges > batch( + std::shared_ptr< comphelper::ConfigurationChanges > batch( comphelper::ConfigurationChanges::create( comphelper::getComponentContext(m_xSMGR))); officecfg::Office::Common::Path::Info::WorkPathChanged::set( |