summaryrefslogtreecommitdiff
path: root/vcl/os2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 07:21:53 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 07:21:53 +0000
commit1f10829537dbb598487a837de69783fa4a6a0b41 (patch)
tree1506e59853527615b234729c07a42dd060d10b20 /vcl/os2
parentfbfaa615181d83ef6507c872181091f4c9a96326 (diff)
INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED
2008/04/01 13:01:31 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 15:44:35 rt 1.5.148.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'vcl/os2')
-rw-r--r--vcl/os2/source/window/salframe.cxx56
1 files changed, 18 insertions, 38 deletions
diff --git a/vcl/os2/source/window/salframe.cxx b/vcl/os2/source/window/salframe.cxx
index 5e73e4a9774a..1250d98d5c8f 100644
--- a/vcl/os2/source/window/salframe.cxx
+++ b/vcl/os2/source/window/salframe.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: salframe.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.5 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-11-02 12:51:30 $
+ * $RCSfile: salframe.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.
*
************************************************************************/
@@ -56,31 +51,16 @@
#ifndef _SV_SALIDS_HRC
#include <salids.hrc>
#endif
-#ifndef _SV_SALDATA_HXX
#include <saldata.hxx>
-#endif
-#ifndef _SV_SALINST_H
#include <salinst.h>
-#endif
-#ifndef _SV_SALGDI_H
#include <salgdi.h>
-#endif
-#ifndef _SV_SALFRAME_H
#include <salframe.h>
-#endif
-
-#ifndef _SV_TIMER_HXX
#include <vcl/timer.hxx>
-#endif
-#ifndef _SV_SETTINGS_HXX
#include <settings.hxx>
-#endif
#ifndef _SV_KEYCOES_HXX
#include <vcl/keycodes.hxx>
#endif
-#ifndef _SV_SALTIMER_H
#include <saltimer.h>
-#endif
#if OSL_DEBUG_LEVEL>10
extern "C" int debug_printf(const char *f, ...);