[Libreoffice-commits] core.git: fpicker/source
Caolán McNamara
caolanm at redhat.com
Fri Feb 6 09:02:50 PST 2015
fpicker/source/win32/filepicker/VistaFilePicker.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e79e6584453cb211f75d36a076b588e32f5e980
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Feb 6 17:01:57 2015 +0000
fix windows build
Change-Id: I62a038d99107b30da302acee7b68e802fe5d9622
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
index 1d7a449..4774857 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(
More information about the Libreoffice-commits
mailing list