summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 10:35:07 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 10:35:07 +0000
commit8686f1c2c6f8b10c769c6a4e25b625b9e7347af3 (patch)
treeb15f5f673b4fb35853e0d45c53f19e37094e08f9 /shell/source/unix/exec
parentbdb57d79783a87fc7e1720d964be5efaebf47bb0 (diff)
INTEGRATION: CWS sb17 (1.2.8); FILE MERGED
2004/06/07 14:12:43 sb 1.2.8.1: #109735# Adapted to ExternalUriReferenceTranslator service.
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r--shell/source/unix/exec/shellexec.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/source/unix/exec/shellexec.hxx b/shell/source/unix/exec/shellexec.hxx
index 0a3ac46c0479..27381cf7490a 100644
--- a/shell/source/unix/exec/shellexec.hxx
+++ b/shell/source/unix/exec/shellexec.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shellexec.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 13:06:56 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:35:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,8 @@
class ShellExec : public ::cppu::WeakImplHelper2< com::sun::star::system::XSystemShellExecute, com::sun::star::lang::XServiceInfo >
{
::rtl::OString m_aDesktopEnvironment;
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
+ m_xContext;
public:
ShellExec(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext);