diff options
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/padialog.cxx | 78 |
1 files changed, 18 insertions, 60 deletions
diff --git a/padmin/source/padialog.cxx b/padmin/source/padialog.cxx index a47553dfb918..3e1d3496d17c 100644 --- a/padmin/source/padialog.cxx +++ b/padmin/source/padialog.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: padialog.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.24 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-05 16:53:05 $ + * $RCSfile: padialog.cxx,v $ + * $Revision: 1.25 $ * - * 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. * ************************************************************************/ @@ -38,67 +33,30 @@ #include <unistd.h> #include <string.h> #include <math.h> - -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _SV_PRINT_HXX #include <vcl/print.hxx> -#endif -#ifndef _SV_GRADIENT_HXX #include <vcl/gradient.hxx> -#endif -#ifndef _SV_BITMAP_HXX #include <vcl/bitmap.hxx> -#endif -#ifndef _SV_LINEINFO_HXX #include <vcl/lineinfo.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_EVENT_HXX #include <vcl/event.hxx> -#endif -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif -#ifndef _TOOLS_COLOR_HXX #include <tools/color.hxx> -#endif #ifndef _PAD_PADIALOG_HRC_ #include <padialog.hrc> #endif -#ifndef _PAD_FONTENTRY_HXX_ #include <fontentry.hxx> -#endif -#ifndef _PAD_HELPER_HXX_ #include <helper.hxx> -#endif #ifndef _PSP_PRINTERINFOMANAGER_HXX_ #include <psprint/printerinfomanager.hxx> #endif -#ifndef _PAD_PADIALOG_HXX_ #include <padialog.hxx> -#endif -#ifndef _PAD_ADDDLG_HXX_ #include <adddlg.hxx> -#endif -#ifndef _PAD_PRTSETUP_HXX_ #include <prtsetup.hxx> -#endif -#ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> -#endif -#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> -#endif -#ifndef _UTL_CONFIGITEM_HXX_ #include <unotools/configitem.hxx> -#endif -#ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> -#endif #ifndef _RTL_USTRBUF_HXX #include <rtl/ustrbuf.hxx> #endif |