summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-14 18:57:53 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-14 18:57:53 +0200
commit6cac753f31a6458f1c2cef6fa1174c8bd3d74ba5 (patch)
treeb434274aa5423a677d89be71b106d23f7c1f8ce7 /l10ntools
parent8dc6a85055c80820f601cef82e54923c5e61aad6 (diff)
ause121: #i112091# don't stop on missing sdf file
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/java/jpropex/java/SdfData.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/java/jpropex/java/SdfData.java b/l10ntools/java/jpropex/java/SdfData.java
index 80b8ea890f26..6f79909df1b2 100644
--- a/l10ntools/java/jpropex/java/SdfData.java
+++ b/l10ntools/java/jpropex/java/SdfData.java
@@ -84,8 +84,7 @@ public class SdfData
}
catch( IOException e )
{
- System.out.println("Error: reading file " + filename);
- System.exit( -1 );
+ System.out.println("Warning: can not read file " + filename);
}
}
public void write( String filename )