diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 09:05:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 09:05:55 +0000 |
commit | 986f846da0d88ff23746d32c2c15828da3c65ff7 (patch) | |
tree | 51f9956aa5f0538937f5a1218f1e552a80b9197c /padmin/source | |
parent | 03ebebd4d600340255f0df3710fe6b88e76788b8 (diff) |
INTEGRATION: CWS changefileheader (1.13.6); FILE MERGED
2008/04/01 15:22:34 thb 1.13.6.3: #i85898# Stripping all external header guards
2008/04/01 12:32:22 thb 1.13.6.2: #i85898# Stripping all external header guards
2008/03/31 13:15:12 rt 1.13.6.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/prtsetup.cxx | 51 |
1 files changed, 18 insertions, 33 deletions
diff --git a/padmin/source/prtsetup.cxx b/padmin/source/prtsetup.cxx index 9a1c5f6e5c49..1b363e710f7a 100644 --- a/padmin/source/prtsetup.cxx +++ b/padmin/source/prtsetup.cxx @@ -1,56 +1,41 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: prtsetup.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.13 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-05 16:54:46 $ + * $RCSfile: prtsetup.cxx,v $ + * $Revision: 1.14 $ * - * 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. * ************************************************************************/ -#ifndef _PSPRINT_FONTMANAGER_HXX_ #include <psprint/fontmanager.hxx> -#endif -#ifndef _PAD_PRTSETUP_HXX_ #include <prtsetup.hxx> -#endif -#ifndef _PAD_HELPER_HXX_ #include <helper.hxx> // for PaResId -#endif #ifndef _PAD_RTSETUP_HRC_ #include <rtsetup.hrc> #endif -#ifndef _PAD_COMMANDDLG_HXX_ #include <cmddlg.hxx> -#endif -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif #define LSCAPE_STRING String( RTL_CONSTASCII_USTRINGPARAM( "Landscape" ) ) #define PORTRAIT_STRING String( RTL_CONSTASCII_USTRINGPARAM( "Portrait" ) ) |