diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 06:24:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 06:24:44 +0000 |
commit | b4b1dd73026e4aeff634495d2d4feb0ab789e392 (patch) | |
tree | d1ce3983f546a8c7d36d1ff060d891e5e6f77fdb | |
parent | e1ae2661ba0e1e83a995c88efa1f7a0d420440b6 (diff) |
INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED
2008/04/01 15:13:29 thb 1.5.60.3: #i85898# Stripping all external header guards
2008/04/01 12:28:26 thb 1.5.60.2: #i85898# Stripping all external header guards
2008/03/31 13:08:53 rt 1.5.60.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | dtrans/source/aqua/test_aquacb.cxx | 68 |
1 files changed, 18 insertions, 50 deletions
diff --git a/dtrans/source/aqua/test_aquacb.cxx b/dtrans/source/aqua/test_aquacb.cxx index 8b2c05c3dbb8..bcb9dcd164df 100644 --- a/dtrans/source/aqua/test_aquacb.cxx +++ b/dtrans/source/aqua/test_aquacb.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: test_aquacb.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.5 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2006-09-17 16:55:03 $ + * $RCSfile: test_aquacb.cxx,v $ + * $Revision: 1.6 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.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. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * 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). * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library 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 for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * 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. * ************************************************************************/ @@ -37,46 +32,19 @@ #include "precompiled_dtrans.hxx" #include "aqua_clipboard.hxx" - -#ifndef _CPPUHELPER_SERVICEFACTORY_HXX_ #include <cppuhelper/servicefactory.hxx> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_XTRANSFERABLE_HPP_ #include <com/sun/star/datatransfer/XTransferable.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBOARD_XCLIPBOARDOWNER_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBOARD_XCLIPBOARDNOTIFIER_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBOARD_XCLIPBOARDEX_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> -#endif - -#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> -#endif #ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase2.hxx> #endif - -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif - -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif - -#ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> -#endif #include <stdio.h> |