summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-14 16:01:30 +0200
committerNoel Grandin <noel@peralex.com>2014-10-14 16:52:52 +0200
commitcc25440a9d7881b3df479179a4c320da53220119 (patch)
treeb2873964bc9b35507fde9ec6ad11c9062823f470 /odk
parent2d35baed5e87ffe7ca371986391cdb3983cdd2b1 (diff)
reformat ValueChanger
so that it is at least marginally legible Change-Id: I20882ad77d6488bb1f2b9dc9e91dc47458596b4a
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 2640100f8edf..576fb5005bf5 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -111,14 +111,12 @@ public class FunctionHelper
{
// Any UNO method of this scope can throw this exception.
// Reset the return value only.
- aURL = null;
}
catch(com.sun.star.uno.Exception exUno)
{
// "createInstance()" method of used service manager can throw it.
// Then it wasn't possible to get the URL transformer.
// Return default instead of really parsed URL.
- aURL = null;
}
return aURL;