diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-09-24 11:46:22 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-09-24 11:46:22 +0000 |
commit | 9743d59783fa31f6611ce63ffa52a73697c63aad (patch) | |
tree | f2ea2b97874dc7cb819ac6da69f692321a357634 /xmlscript/test/imexp.cxx | |
parent | 81f89cf7507473fd9a5830500c76b4dc3f280699 (diff) |
#92181#
Diffstat (limited to 'xmlscript/test/imexp.cxx')
-rw-r--r-- | xmlscript/test/imexp.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx index 985534ecb5d5..1a221fa74799 100644 --- a/xmlscript/test/imexp.cxx +++ b/xmlscript/test/imexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: imexp.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: dbo $ $Date: 2001-09-19 08:46:35 $ + * last change: $Author: dbo $ $Date: 2001-09-24 12:46:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,12 +117,13 @@ static void reg( buf.append( (sal_Int32)SUPD ); #ifdef SAL_W32 buf.appendAscii( "mi" ); -#endif +#else #ifdef SOLARIS buf.appendAscii( "ss" ); #else buf.appendAscii( "li" ); #endif +#endif } #ifndef SAL_W32 buf.appendAscii( ".so" ); |