summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportWizard.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java
index 6a2acb29fe6f..7601787fd4d1 100644
--- a/wizards/com/sun/star/wizards/report/ReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/ReportWizard.java
@@ -413,7 +413,10 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
{
a = Class.forName("com.sun.star.wizards.reportbuilder.ReportBuilderImplementation");
}
- catch (ClassNotFoundException e) {}
+ catch (ClassNotFoundException e)
+ {
+ System.err.println("ReportBuilderImplementation is unavailable");
+ }
if (a != null)
{
try