summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database/CodeSamples.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Database/CodeSamples.java')
-rw-r--r--odk/examples/DevelopersGuide/Database/CodeSamples.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Database/CodeSamples.java b/odk/examples/DevelopersGuide/Database/CodeSamples.java
index 58458c6f1535..d714aadfce57 100644
--- a/odk/examples/DevelopersGuide/Database/CodeSamples.java
+++ b/odk/examples/DevelopersGuide/Database/CodeSamples.java
@@ -113,7 +113,7 @@ public class CodeSamples
}
// check if the connection is not null aand dispose it later on.
- public static void checkConnection(XConnection con) throws com.sun.star.uno.Exception
+ public static void checkConnection(XConnection con)
{
if(con != null)
{