summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glosdoc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 19:04:02 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 19:04:02 +0000
commit03d232ea4fa7f2c2484f00deb67412c2913e72ab (patch)
tree310c3e4a0071e2b48c41856de9a0efe98bbde3f5 /sw/source/ui/inc/glosdoc.hxx
parent9b3b43b7c73cc1c2ec222d8304e77f2f45479d01 (diff)
INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED
2008/04/01 15:59:12 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.9.242.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/inc/glosdoc.hxx')
-rw-r--r--sw/source/ui/inc/glosdoc.hxx56
1 files changed, 18 insertions, 38 deletions
diff --git a/sw/source/ui/inc/glosdoc.hxx b/sw/source/ui/inc/glosdoc.hxx
index e16aa076cc29..eef305546754 100644
--- a/sw/source/ui/inc/glosdoc.hxx
+++ b/sw/source/ui/inc/glosdoc.hxx
@@ -1,50 +1,38 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: glosdoc.hxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.9 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:01:06 $
+ * $RCSfile: glosdoc.hxx,v $
+ * $Revision: 1.10 $
*
- * 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 _GLOSDOC_HXX
#define _GLOSDOC_HXX
-#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
-#endif
-#ifndef _SVARRAY_HXX //autogen
#include <svtools/svarray.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_TEXT_XAUTOTEXTGROUP_HPP_
#include <com/sun/star/text/XAutoTextGroup.hpp>
-#endif
class SwTextBlocks;
class SvStrings;
@@ -52,24 +40,16 @@ class SwDocShell;
#ifndef SW_DECL_SWDOCSHELL_DEFINED
#define SW_DECL_SWDOCSHELL_DEFINED
-#ifndef _REF_HXX
#include <tools/ref.hxx>
-#endif
SV_DECL_REF( SwDocShell )
#endif
-
-#ifndef _CPPUHELPER_WEAKREF_HXX_
#include <cppuhelper/weakref.hxx>
-#endif
#ifndef INCLUDED_VECTOR
#include <vector>
#define INCLUDED_VECTOR
#endif
-
-#ifndef INCLUDED_SWDLLAPI_H
#include "swdllapi.h"
-#endif
typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::text::XAutoTextGroup > AutoTextGroupRef;
typedef ::std::vector< AutoTextGroupRef > UnoAutoTextGroups;