summaryrefslogtreecommitdiff
path: root/extensions/source/nsplugin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:08:28 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:08:28 +0000
commit944d3fb7f24d32fa838ee6c453be30ce018cb4d6 (patch)
treeb20359cb40a1a980d05744a05d1a28d80f5d6246 /extensions/source/nsplugin
parentbb70b6b369deeff7982ad33321ca4bf02c8b4da5 (diff)
INTEGRATION: CWS mba30patches01 (1.4.464); FILE MERGED
2008/04/23 10:48:50 mba 1.4.464.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:55 mba 1.4.464.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source/nsplugin')
-rw-r--r--extensions/source/nsplugin/source/so_env.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/nsplugin/source/so_env.hxx b/extensions/source/nsplugin/source/so_env.hxx
index 23c2c1d60369..e99f4ac95bcc 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.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -83,13 +83,13 @@ 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();
-
// change Dos path such as c:\program\soffice to c:/program/soffice
int DosToUnixPath(char*);
+#endif
//change Unix path such as program\soffice to program/soffice
int UnixToDosPath(char*);