summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-20 19:55:17 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-20 21:41:50 +0200
commitbc1424d49402a2ded345141307630bafe8892dd5 (patch)
treee774a9d0e108e447f27aad4e59652519d955838f /oovbaapi
parent3da2a6a58784a3c607ea4e440865478f1a4fe56e (diff)
unusedcode: vbafoundfiles.?xx and XFoundFiles.idl
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/UnoApi_oovbaapi.mk1
-rw-r--r--oovbaapi/ooo/vba/XFoundFiles.idl47
2 files changed, 0 insertions, 48 deletions
diff --git a/oovbaapi/UnoApi_oovbaapi.mk b/oovbaapi/UnoApi_oovbaapi.mk
index c360af67b53d..3cd11a8fe6e7 100644
--- a/oovbaapi/UnoApi_oovbaapi.mk
+++ b/oovbaapi/UnoApi_oovbaapi.mk
@@ -95,7 +95,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,oovbaapi,oovbaapi/ooo/vba,\
XErrObject \
XExecutableDialog \
XFontBase \
- XFoundFiles \
XGlobalsBase \
XHelperInterface \
XPageSetupBase \
diff --git a/oovbaapi/ooo/vba/XFoundFiles.idl b/oovbaapi/ooo/vba/XFoundFiles.idl
deleted file mode 100644
index 245d8dbdbcc1..000000000000
--- a/oovbaapi/ooo/vba/XFoundFiles.idl
+++ /dev/null
@@ -1,47 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright IBM Corporation 2009, 2010.
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- ************************************************************************/
-
-#ifndef __ooo_vba_XFoundFiles_idl__
-#define __ooo_vba_XFoundFiles_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <ooo/vba/XCollection.idl>
-
-//=============================================================================
-
-module ooo { module vba {
-//=============================================================================
-
-interface XFoundFiles
-{
- interface ooo::vba::XCollection;
-};
-
-}; };
-
-#endif