summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 20:58:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 20:58:17 +0000
commitec0bc0a2e0fdfffefb272e6e3b2d1e92f4a03717 (patch)
treece238ede72633c0a05df443f779f3aa7b6462f3b /sw/source/ui/uno
parent3e5624ec45236fc5d9f66d8a4d0acb1cbc4e274a (diff)
INTEGRATION: CWS changefileheader (1.31.188); FILE MERGED
2008/04/01 15:59:50 thb 1.31.188.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.31.188.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.31.188.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unomod.cxx81
1 files changed, 18 insertions, 63 deletions
diff --git a/sw/source/ui/uno/unomod.cxx b/sw/source/ui/uno/unomod.cxx
index 091c6e9d97c6..8a804a4d6188 100644
--- a/sw/source/ui/uno/unomod.cxx
+++ b/sw/source/ui/uno/unomod.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: unomod.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.31 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2007-11-12 16:33:03 $
+ * $RCSfile: unomod.cxx,v $
+ * $Revision: 1.32 $
*
- * 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,69 +33,29 @@
#include <swtypes.hxx>
-#ifndef _TOOLS_DEBUG_HXX //autogen
#include <tools/debug.hxx>
-#endif
-#ifndef _UNOMOD_HXX
#include <unomod.hxx>
-#endif
-#ifndef _UNOOBJ_HXX
#include <unoobj.hxx>
-#endif
-#ifndef _UNOPRNMS_HXX
#include <unoprnms.hxx>
-#endif
-#ifndef _UNOMAP_HXX
#include <unomap.hxx>
-#endif
-#ifndef _PRTOPT_HXX //autogen
#include <prtopt.hxx>
-#endif
-#ifndef _SHL_HXX
#include <tools/shl.hxx>
-#endif
-#ifndef _SWMODULE_HXX //autogen
#include <swmodule.hxx>
-#endif
-#ifndef _SWVIEW_HXX //autogen
#include <view.hxx>
-#endif
-#ifndef _SWDOCSH_HXX
#include <docsh.hxx>
-#endif
-#ifndef _WRTSH_HXX //autogen
#include <wrtsh.hxx>
-#endif
-#ifndef _VIEWOPT_HXX //autogen
#include <viewopt.hxx>
-#endif
-#ifndef _VOS_MUTEX_HXX_ //autogen
#include <vos/mutex.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
-#endif
-#ifndef _COM_SUN_STAR_TEXT_NOTEPRINTMODE_HPP_
#include <com/sun/star/text/NotePrintMode.hpp>
-#endif
-#ifndef _DOC_HXX
#include <doc.hxx>
-#endif
-#ifndef _COMPHELPER_TYPEGENERATION_HXX_
#include <comphelper/TypeGeneration.hxx>
-#endif
#ifndef _COM_SUN_STAR_BEANS_PropertyAttribute_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
#endif
-#ifndef _COMPHELPER_CHAINABLEPROPERTYSETINFO_HXX_
#include <comphelper/ChainablePropertySetInfo.hxx>
-#endif
-#ifndef _EDTWIN_HXX
#include <edtwin.hxx>
-#endif
-#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
-#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;