diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-28 08:48:54 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-28 08:48:54 +0200 |
commit | cfafcbc87caa2e463278484b3d298a97dcd92615 (patch) | |
tree | 54de6163ead8283f55fb30519b9dccd67f3d7b9c /l10ntools/source/localize.cxx | |
parent | a9732d5d2304808367e090e40d6cb864474ab2c9 (diff) |
Remove some OS/2 code
Diffstat (limited to 'l10ntools/source/localize.cxx')
-rw-r--r-- | l10ntools/source/localize.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index fd49cadf256f..c6c38aa1850f 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -346,7 +346,7 @@ void SourceTreeLocalizer::WorkOnFile( ByteString sTempFile( aTemp.GetFull(), RTL_TEXTENCODING_ASCII_US ); ByteString sDel; -#if defined(WNT) || defined(OS2) +#if defined(WNT) sDel=ByteString("\\"); #else sDel=ByteString("/"); @@ -355,7 +355,7 @@ void SourceTreeLocalizer::WorkOnFile( ByteString sPath2( Export::GetEnv("INPATH") ); ByteString sPath3( "bin" ); ByteString sExecutable( sPath1 ); -#if defined(WNT) || defined(OS2) +#if defined(WNT) sExecutable.SearchAndReplaceAll( "/", sDel ); #endif sExecutable += sDel ; @@ -876,7 +876,7 @@ sal_Bool CheckLanguages( ByteString &rLanguages ) } /*****************************************************************************/ -#if defined(UNX) || defined(OS2) +#if defined(UNX) int main( int argc, char *argv[] ) #else int _cdecl main( int argc, char *argv[] ) |