diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-20 19:55:17 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-20 21:41:50 +0200 |
commit | bc1424d49402a2ded345141307630bafe8892dd5 (patch) | |
tree | e774a9d0e108e447f27aad4e59652519d955838f /oovbaapi/ooo | |
parent | 3da2a6a58784a3c607ea4e440865478f1a4fe56e (diff) |
unusedcode: vbafoundfiles.?xx and XFoundFiles.idl
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r-- | oovbaapi/ooo/vba/XFoundFiles.idl | 47 |
1 files changed, 0 insertions, 47 deletions
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 |