summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec/shellexecentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/unix/exec/shellexecentry.cxx')
-rw-r--r--shell/source/unix/exec/shellexecentry.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx
index 5c1fc4f49c36..2478f8c17808 100644
--- a/shell/source/unix/exec/shellexecentry.cxx
+++ b/shell/source/unix/exec/shellexecentry.cxx
@@ -21,10 +21,6 @@
#include <osl/diagnose.h>
#include "shellexec.hxx"
-
-// namespace directives
-
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
@@ -34,7 +30,6 @@ using com::sun::star::system::XSystemShellExecute;
#define SHELLEXEC_SERVICE_NAME "com.sun.star.system.SystemShellExecute"
#define SHELLEXEC_IMPL_NAME "com.sun.star.comp.system.SystemShellExecute"
-
namespace
{
Reference< XInterface > SAL_CALL createInstance(const Reference< XComponentContext >& xContext)
@@ -46,9 +41,6 @@ namespace
extern "C"
{
-// component_getFactory
-
-
SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory(
const sal_Char* pImplName,
SAL_UNUSED_PARAMETER void* /*pSrvManager*/,