diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:47:44 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:47:44 +0000 |
commit | 8d671fa85ee0744b7792782a0e6582c369e1ab94 (patch) | |
tree | ab2a34b1a7ceed3da8c135062b77b1356deded0c /svtools/source/brwbox | |
parent | 42f515eb335e3970a6268a96c6007fd696d2d81d (diff) |
INTEGRATION: CWS changefileheader (1.31.234); FILE MERGED
2008/04/01 15:44:42 thb 1.31.234.3: #i85898# Stripping all external header guards
2008/04/01 12:43:21 thb 1.31.234.2: #i85898# Stripping all external header guards
2008/03/31 13:01:21 rt 1.31.234.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 70 |
1 files changed, 18 insertions, 52 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 089b51863362..ca8bc8f48b94 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -1,44 +1,36 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: editbrowsebox.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.31 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2007-07-06 10:03:11 $ + * $RCSfile: editbrowsebox.cxx,v $ + * $Revision: 1.32 $ * - * 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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" - -#ifndef _SVTOOLS_EDITBROWSEBOX_HXX_ #include <svtools/editbrowsebox.hxx> -#endif #ifndef _SVTOOLS_EDITBROWSEBOX_HRC_ #include "editbrowsebox.hrc" @@ -47,52 +39,26 @@ #ifndef _APP_HXX //autogen #include <vcl/svapp.hxx> #endif - -#ifndef _DEBUG_HXX #include <tools/debug.hxx> -#endif - -#ifndef _WINDOW_HXX //autogen #include <vcl/window.hxx> -#endif #ifndef _EDIT_HXX //autogen #include <vcl/edit.hxx> #endif - -#ifndef _TOOLS_RESID_HXX //autogen #include <tools/resid.hxx> -#endif - -#ifndef _SV_SPINFLD_HXX //autogen #include <vcl/spinfld.hxx> -#endif - -#ifndef _SVTOOLS_SVTDATA_HXX #include <svtools/svtdata.hxx> -#endif #ifndef _SVTOOLS_HRC #include <svtools/svtools.hrc> #endif #include <algorithm> - -#ifndef _SV_MULTISEL_HXX #include <tools/multisel.hxx> -#endif -#ifndef SVTOOLS_EDITBROWSEBOX_IMPL_HXX #include "editbrowseboximpl.hxx" -#endif -#ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_ #include <com/sun/star/accessibility/AccessibleEventId.hpp> -#endif -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #include <com/sun/star/accessibility/XAccessible.hpp> -#endif -#ifndef _COMPHELPER_TYPES_HXX_ #include <comphelper/types.hxx> -#endif // ....................................................................... namespace svt |