diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-06-09 14:57:22 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-06-09 14:57:22 +0200 |
commit | 88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b (patch) | |
tree | 0c3fb7aa8cd9e19a038440527359f260d234fcf0 /embeddedobj | |
parent | f79b849179975147947da84272cda998cf9c7af0 (diff) |
fwk139: #i10000# adopt for linux
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/oleembed.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/oleembed.cxx b/embeddedobj/source/msole/oleembed.cxx index 81c1bd708fcb..78ad2c2e5885 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(); |