summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-03 11:53:44 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-03 11:53:44 +0100
commite2fa939261e012bfe2a675079a0707bcdf8fec54 (patch)
tree04ce5770eefb17b6f0cb3b2342bfb05be9d5e360 /wizards/com
parenta31b27b704d5c669674afdf135a61cdf1f30ff3b (diff)
autorecovery: removed unused class XCallQueryWizard
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/query/XCallQueryWizard.java42
-rw-r--r--wizards/com/sun/star/wizards/query/makefile.mk1
2 files changed, 0 insertions, 43 deletions
diff --git a/wizards/com/sun/star/wizards/query/XCallQueryWizard.java b/wizards/com/sun/star/wizards/query/XCallQueryWizard.java
deleted file mode 100644
index 04cb6303db3f..000000000000
--- a/wizards/com/sun/star/wizards/query/XCallQueryWizard.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- ************************************************************************
- *
- * 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: XCallQueryWizard.java,v $
- *
- * $Revision: 1.3.192.1 $
- *
- * 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.query;
-
-public interface XCallQueryWizard extends com.sun.star.uno.XInterface
-{
- // Methods
- public void CallQueryDialog(); // static Member
- public static final com.sun.star.lib.uno.typeinfo.TypeInfo UNOTYPEINFO[] =
- {
- new com.sun.star.lib.uno.typeinfo.MethodTypeInfo("CallQueryDialog", 0, 0)
- };
-}
diff --git a/wizards/com/sun/star/wizards/query/makefile.mk b/wizards/com/sun/star/wizards/query/makefile.mk
index 887b470b6d8a..c935dc41a49d 100644
--- a/wizards/com/sun/star/wizards/query/makefile.mk
+++ b/wizards/com/sun/star/wizards/query/makefile.mk
@@ -57,7 +57,6 @@ JAVAFILES= \
Finalizer.java \
QueryWizard.java \
QuerySummary.java\
- XCallQueryWizard.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)