diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 08:17:18 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 08:17:18 +0000 |
commit | 1d11ba6436b4fa27ebdde797dc628460b2d66164 (patch) | |
tree | d630793d31df40a205c4282756d64de67ccf1937 /vcl/test | |
parent | d286ac87abffdbe1d8bc57c757d42e73776f2879 (diff) |
INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED
2008/04/01 16:05:43 thb 1.4.246.3: #i85898# Stripping all external header guards
2008/04/01 13:01:51 thb 1.4.246.2: #i85898# Stripping all external header guards
2008/03/28 15:45:05 rt 1.4.246.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'vcl/test')
-rwxr-xr-x | vcl/test/dndtest.cxx | 80 |
1 files changed, 18 insertions, 62 deletions
diff --git a/vcl/test/dndtest.cxx b/vcl/test/dndtest.cxx index b5afc65e8a55..55706acfc2a3 100755 --- a/vcl/test/dndtest.cxx +++ b/vcl/test/dndtest.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: dndtest.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.4 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-06-27 20:36:58 $ + * $RCSfile: dndtest.cxx,v $ + * $Revision: 1.5 $ * - * 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. * ************************************************************************/ @@ -40,58 +35,19 @@ #include <vcl/wrkwin.hxx> #include <vcl/msgbox.hxx> #include <vcl/lstbox.hxx> - -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif - -#ifndef _CPPUHELPER_SERVICEFACTORY_HXX_ #include <cppuhelper/servicefactory.hxx> -#endif - -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> -#endif - -#ifndef _CPPUHELPER_IMPLBASE3_HXX_ #include <cppuhelper/implbase3.hxx> -#endif - -#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_ #include <com/sun/star/lang/XComponent.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_XTRANSFERABLE_HPP_ #include <com/sun/star/datatransfer/XTransferable.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBOARD_XCLIPBOARD_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDROPTARGET_HPP_ #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDRAGSOURCELISTENER_HPP_ #include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDROPTARGETLISTENER_HPP_ #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDRAGGESTURERECOGNIZER_HPP_ #include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp> -#endif - -#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDRAGGESTURELISTENER_HPP_ #include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> -#endif - -#ifndef _VOS_PROCESS_HXX_ #include <vos/process.hxx> -#endif #include <stdio.h> |