summaryrefslogtreecommitdiff
path: root/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java')
-rw-r--r--accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java b/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java
index 7c41ff01c97e..a6292d00be71 100644
--- a/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java
+++ b/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java
@@ -95,12 +95,12 @@ public class ServiceInterfaceView
{
maImplementationNameRoot.add (
new DefaultMutableTreeNode (
- (xServiceInfo!=null
+ (xServiceInfo!=null
? xServiceInfo.getImplementationName()
: "<XServiceInfo not supported>")));
}
}
-
+
private void CreateServiceTree ()
{
XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface(