summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/PipeConnection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java
index c57d236943dd..2552c9b9689b 100644
--- a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java
+++ b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java
@@ -84,7 +84,7 @@ public class PipeConnection implements XConnection, XConnectionBroadcaster {
// create the pipe
try {
createJNI( aPipeName );
- } catch ( java.lang.NullPointerException aNPE ) {
+ } catch ( NullPointerException aNPE ) {
throw new IOException( aNPE.getMessage() );
} catch ( com.sun.star.io.IOException aIOE ) {
throw new IOException( aIOE.getMessage() );