summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/FileHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/FileHelper.java')
-rw-r--r--qadevOOo/runner/graphical/FileHelper.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/runner/graphical/FileHelper.java b/qadevOOo/runner/graphical/FileHelper.java
index 88d404204a0a..05acb5e35e05 100644
--- a/qadevOOo/runner/graphical/FileHelper.java
+++ b/qadevOOo/runner/graphical/FileHelper.java
@@ -44,6 +44,8 @@ public class FileHelper
String fs = System.getProperty("file.separator");
if (! fs.equals("/"))
{
+ if (sSystemFile == null)
+ throw new IllegalStateException("sSystemFile is unexpected null");
sSystemFile = sSystemFile.replace ('/', fs.toCharArray ()[0]);
}
// FEATURE FOR UNC NEED!!!