summaryrefslogtreecommitdiff
path: root/extensions/source/nsplugin/source
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/nsplugin/source')
-rw-r--r--extensions/source/nsplugin/source/so_env.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/extensions/source/nsplugin/source/so_env.hxx b/extensions/source/nsplugin/source/so_env.hxx
index e99f4ac95bcc..d7dca0a7f17b 100644
--- a/extensions/source/nsplugin/source/so_env.hxx
+++ b/extensions/source/nsplugin/source/so_env.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: so_env.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -54,12 +54,10 @@
#ifdef UNIX
#define STAROFFICE_VERSION_FILE "/.sversionrc"
-#define PLUGIN_EXE_FILE_NAME "nsplugin"
#define STAROFFICE_EXE_FILE_NAME "soffice"
#endif
#ifdef WNT
#define STAROFFICE_VERSION_FILE "\\sversion.ini"
-#define PLUGIN_EXE_FILE_NAME "nsplugin.exe"
#define STAROFFICE_EXE_FILE_NAME "soffice.exe"
#endif
@@ -80,9 +78,6 @@ const char* getNewLibraryPath();
// return SO program dir absolute path, like "/home/build/staroffice/program"
const char* findProgramDir();
-// return nsplugin executable absolute path, like "/home/build/staroffice/program/nsplugin"
-const char* findNsExeFile();
-
#ifdef WNT
// return SO executable absolute path, like "/home/build/staroffice/program/soffice"
const char* findSofficeExecutable();