summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:35:48 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:35:48 +0000
commit0956a1ad99d00fd976e97fdcfa7f9bbe7cc5721d (patch)
treefdb4c4a6be967595a0a7042be345c08f32778c54 /wizards
parent88516bb9f4a1c8d56a3907b04af82bbe2591a1d9 (diff)
INTEGRATION: CWS rptwizard01 (1.7.126); FILE MERGED
2008/06/24 15:43:18 kz 1.7.126.2: fixed wrong license header 2008/02/14 13:00:48 lla 1.7.126.1: #i86092# changes for new Report Wizard
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/XCallReportWizard.java35
1 files changed, 34 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/XCallReportWizard.java b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
index a74278ca1c17..b9f70b86eef6 100644
--- a/wizards/com/sun/star/wizards/report/XCallReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
@@ -1,6 +1,39 @@
+/*
+ ************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: XCallReportWizard.java,v $
+ *
+ * $Revision: 1.8 $
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
package com.sun.star.wizards.report;
-public interface XCallReportWizard extends com.sun.star.uno.XInterface {
+public interface XCallReportWizard extends com.sun.star.uno.XInterface
+{
// Methods
public void CallReportDialog();