diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:03:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:03:22 +0000 |
commit | cf5b7d50ae6d47a5f91191149e3e3a7ae844e5aa (patch) | |
tree | 01aa237f2ebcacb870f220e97cc8ad1a6189bfe8 /registry | |
parent | a8b538f393e188f175a11b79f91e01020eb6a3f4 (diff) |
INTEGRATION: CWS mh11rc (1.10.8); FILE MERGED
2003/06/06 09:20:56 mh 1.10.8.1: join: from beta2
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/registry.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx index c07ddf5e0c67..e3ee6184cd4d 100644 --- a/registry/source/registry.cxx +++ b/registry/source/registry.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registry.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2003-03-26 15:37:46 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:03:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,12 +145,8 @@ OString getTempName() + RTL_CONSTASCII_LENGTH("/reg_XXXXXX") ) ); strncat(tmpPattern, "/reg_XXXXXX", sizeof(tmpPattern)-1-strlen(tmpPattern)); -#if defined(FREEBSD) || defined(MACOSX) - pTmpName = mkstemp(tmpPattern); -#else pTmpName = mktemp(tmpPattern); #endif -#endif return OString(pTmpName); } |