diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-12-05 11:35:41 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-12-06 09:12:57 +0000 |
commit | c95f6b679a548f7b79d10005b0415d7a0233e4b4 (patch) | |
tree | dd3a37936cb44cfff5c376b3a5d2b79fd7b321ad /cppuhelper/inc | |
parent | efca6f15609322f62a35619619a6d5fe5c9bd5a4 (diff) |
remove obsolete stdidlclass.
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r-- | cppuhelper/inc/cppuhelper/stdidlclass.hxx | 280 |
1 files changed, 0 insertions, 280 deletions
diff --git a/cppuhelper/inc/cppuhelper/stdidlclass.hxx b/cppuhelper/inc/cppuhelper/stdidlclass.hxx deleted file mode 100644 index 750057fef12e..000000000000 --- a/cppuhelper/inc/cppuhelper/stdidlclass.hxx +++ /dev/null @@ -1,280 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * 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 _CPPUHELPER_STDIDLCLASS_HXX_ -#define _CPPUHELPER_STDIDLCLASS_HXX_ - -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/reflection/XIdlClass.hpp> -#include "cppuhelperdllapi.h" - - -namespace cppu { - -/* - @deprecated - always returns </NULL> -*/ -CPPUHELPER_DLLPUBLIC ::com::sun::star::reflection::XIdlClass * SAL_CALL createStandardClassWithSequence( - const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &rSMgr , - const ::rtl::OUString & sImplementationName , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & rSuperClass, - const ::com::sun::star::uno::Sequence < ::rtl::OUString > &seq ) - SAL_THROW(()); - - - -/** - Standard function to create an XIdlClass for a component. - There is a function for each number of supported interfaces up to 10. - - Since the switch to the final component model, there are no use cases anymore where - these functions should be used. Instead use the implementation helpers directly - (see cppuhelper/implbase1.hxx). - - @see OTypeCollection - - @deprecated - always returns </NULL> - */ -template < class Interface1 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 * - ) - SAL_THROW(()) -{ - return 0; -} - - - -template < class Interface1, class Interface2 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - - -template < class Interface1, class Interface2 , class Interface3 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - - -template < class Interface1, class Interface2 , class Interface3 , class Interface4 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - - - - -template < class Interface1, class Interface2 , class Interface3 , class Interface4 , class Interface5 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - -template < class Interface1, class Interface2 , class Interface3 , class Interface4 , class Interface5 , - class Interface6 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 *, - const Interface6 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - - -template < class Interface1, class Interface2 , class Interface3 , class Interface4 , class Interface5 , - class Interface6, class Interface7 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 *, - const Interface6 *, - const Interface7 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - - - -template < class Interface1, class Interface2, class Interface3 , class Interface4 , class Interface5 , - class Interface6, class Interface7, class Interface8 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 *, - const Interface6 *, - const Interface7 *, - const Interface8 * - ) - SAL_THROW(()) -{ - return 0; -} - - - - -template < class Interface1, class Interface2, class Interface3 , class Interface4 , class Interface5 , - class Interface6, class Interface7, class Interface8 , class Interface9 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 *, - const Interface6 *, - const Interface7 *, - const Interface8 *, - const Interface9 * - ) - SAL_THROW(()) -{ - return 0; -} - - -template < class Interface1, class Interface2, class Interface3 , class Interface4 , class Interface5 , - class Interface6, class Interface7, class Interface8 , class Interface9 , class Interface10 > -inline ::com::sun::star::reflection::XIdlClass * SAL_CALL -//inline ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > -createStandardClass( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > &, - const ::rtl::OUString & , - const ::com::sun::star::uno::Reference < ::com::sun::star::reflection::XIdlClass > & , - const Interface1 *, - const Interface2 *, - const Interface3 *, - const Interface4 *, - const Interface5 *, - const Interface6 *, - const Interface7 *, - const Interface8 *, - const Interface9 *, - const Interface10 * - ) - SAL_THROW(()) -{ - return 0; -} - -} // end namespace cppu - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |