summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-06-09 14:57:22 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-06-09 14:57:22 +0200
commit0fa91aa2d58df7388d674a3a781b4506d4b27895 (patch)
treec4cf2e633543d81415a32d63b759f6000d71acc8 /embeddedobj
parent90cfa50758963225083a4441854894151062fabe (diff)
fwk139: #i10000# adopt for linux
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/oleembed.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/oleembed.cxx b/embeddedobj/source/msole/oleembed.cxx
index 501662cec2..c3dfd00271 100644
--- a/embeddedobj/source/msole/oleembed.cxx
+++ b/embeddedobj/source/msole/oleembed.cxx
@@ -882,10 +882,10 @@ void SAL_CALL OleEmbeddedObject::doVerb( sal_Int32 nVerbID )
if (m_aTempDumpURL.getLength())
{
- uno::Reference< system::XSystemShellExecute > xSystemShellExecute( m_xFactory->createInstance(
+ uno::Reference< ::com::sun::star::system::XSystemShellExecute > xSystemShellExecute( m_xFactory->createInstance(
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.system.SystemShellExecute"))),
uno::UNO_QUERY_THROW);
- xSystemShellExecute->execute(m_aTempDumpURL, ::rtl::OUString(), system::SystemShellExecuteFlags::DEFAULTS);
+ xSystemShellExecute->execute(m_aTempDumpURL, ::rtl::OUString(), ::com::sun::star::system::SystemShellExecuteFlags::DEFAULTS);
}
else
throw embed::UnreachableStateException();