summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/docfac.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 10:22:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 10:22:50 +0000
commit80cc64bb88e9ab157d2ec1272311b0298f09225b (patch)
tree96c153f1d39b23b18c11d416d78378f7d8dff99b /sfx2/inc/sfx2/docfac.hxx
parentda13fa79c97d5af8499576f1201793dd3c0c83cc (diff)
INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED
2008/04/01 15:38:21 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sfx2/inc/sfx2/docfac.hxx')
-rw-r--r--sfx2/inc/sfx2/docfac.hxx60
1 files changed, 19 insertions, 41 deletions
diff --git a/sfx2/inc/sfx2/docfac.hxx b/sfx2/inc/sfx2/docfac.hxx
index f61cf36fc6..c555835434 100644
--- a/sfx2/inc/sfx2/docfac.hxx
+++ b/sfx2/inc/sfx2/docfac.hxx
@@ -1,66 +1,44 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: docfac.hxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.2 $
+ * $RCSfile: docfac.hxx,v $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 21:18:34 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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.
*
+ * 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).
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * 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 _SFX_OBJFAC_HXX
#define _SFX_OBJFAC_HXX
-#ifndef _SAL_CONFIG_H_
#include "sal/config.h"
-#endif
-
-#ifndef INCLUDED_SFX2_DLLAPI_H
#include "sfx2/dllapi.h"
-#endif
-
-#ifndef _SAL_TYPES_H_
#include <sal/types.h>
-#endif
-#ifndef _SOLAR_H
#include <tools/solar.h>
-#endif
-
-#ifndef _RTTI_HXX //autogen
#include <tools/rtti.hxx>
-#endif
// SFX_IMPL_MODULE_LIB
-#ifndef _VOS_MODULE_HXX_
#include <vos/module.hxx>
-#endif
-#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
-#endif
#include <sfx2/objsh.hxx>
#include <sfx2/sfxdefs.hxx>