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
This commit is contained in:
parent
bb70b6b369
commit
944d3fb7f2
1 changed files with 3 additions and 3 deletions
|
@ -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*);
|
||||
|
|
Loading…
Reference in a new issue