[Libreoffice-commits] .: uui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 28 01:38:07 PST 2013
uui/source/newerverwarn.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ff6ad8900b30b50eca4a1bd5d051eac216d76f96
Author: Noel Grandin <noel at peralex.com>
Date: Mon Jan 28 11:37:00 2013 +0200
fdo#46808, make MacOS tinderbox happy
Change-Id: I17a2a1861f35beedc8c9ec23738fbd042b1a1f63
diff --git a/uui/source/newerverwarn.cxx b/uui/source/newerverwarn.cxx
index 21f5393..bbf192d 100644
--- a/uui/source/newerverwarn.cxx
+++ b/uui/source/newerverwarn.cxx
@@ -88,12 +88,12 @@ IMPL_LINK_NOARG(NewerVersionWarningDialog, UpdateHdl)
uno::Reference< uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext();
if ( !sNotifyURL.isEmpty() && !m_sVersion.isEmpty() )
{
- uno::Reference< system::XSystemShellExecute > xSystemShell( system::SystemShellExecute::create(xContext) );
+ uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShell( com::sun::star::system::SystemShellExecute::create(xContext) );
sNotifyURL += m_sVersion;
if ( !sNotifyURL.isEmpty() )
{
xSystemShell->execute(
- sNotifyURL, ::rtl::OUString(), system::SystemShellExecuteFlags::URIS_ONLY );
+ sNotifyURL, ::rtl::OUString(), com::sun::star::system::SystemShellExecuteFlags::URIS_ONLY );
}
}
else
More information about the Libreoffice-commits
mailing list