summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 03:03:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 03:03:59 +0000
commit443e40371702f979a49e02fe14b60d0af849086f (patch)
tree9f4279fed5776ba7df6845c8d436b5bed606918b /svx/source/unodraw
parent6485d0cd66a54023c65d374243a45a2f67698d21 (diff)
INTEGRATION: CWS changefileheader (1.59.36); FILE MERGED
2008/04/01 15:51:55 thb 1.59.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:19 thb 1.59.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.59.36.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx93
1 files changed, 19 insertions, 74 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index beb1a33ee1..dfa9e6a202 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -1,119 +1,64 @@
/*************************************************************************
*
- * 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: unoshtxt.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.59 $
+ * $RCSfile: unoshtxt.cxx,v $
+ * $Revision: 1.60 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 10:13:29 $
+ * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-
-#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_
#include <com/sun/star/uno/XInterface.hpp>
-#endif
-
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
#include <svx/unoshtxt.hxx>
#include <unoedhlp.hxx>
-
-#ifndef _SFXLSTNER_HXX //autogen
#include <svtools/lstner.hxx>
-#endif
-
-#ifndef _RTL_REF_HXX_
#include <rtl/ref.hxx>
-#endif
-
-#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
-#endif
-
-#ifndef _SFXHINT_HXX //autogen
#include <svtools/hint.hxx>
-#endif
-#ifndef _SFXSTYLE_HXX
#include <svtools/style.hxx>
-#endif
-#ifndef _SVDMODEL_HXX //autogen
#include <svx/svdmodel.hxx>
-#endif
-#ifndef _SVDOUTL_HXX //autogen
#include <svx/svdoutl.hxx>
-#endif
-#ifndef _SVDOBJ_HXX
#include <svx/svdobj.hxx>
-#endif
-#ifndef _SVDVIEW_HXX
#include <svx/svdview.hxx>
-#endif
-#ifndef _SVDETC_HXX
#include <svx/svdetc.hxx>
-#endif
-#ifndef _OUTLINER_HXX
#include <svx/outliner.hxx>
-#endif
-#ifndef _SVX_UNOFOROU_HXX
#include <svx/unoforou.hxx>
-#endif
-#ifndef _SVX_UNOVIWOU_HXX
#include <svx/unoviwou.hxx>
-#endif
-#ifndef _OUTLOBJ_HXX
#include <svx/outlobj.hxx>
-#endif
#include <svx/svdotext.hxx>
#include <svx/svdpage.hxx>
#include <svx/editeng.hxx>
-#ifndef _EDITOBJ_HXX
#include <svx/editobj.hxx>
-#endif
#include <svx/unotext.hxx>
-#ifndef _COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEMANAGER_HPP_
#include <com/sun/star/linguistic2/XLinguServiceManager.hpp>
-#endif
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
-#endif
-
-#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
-#endif
-
-#ifndef _SDRPAINTWINDOW_HXX
#include <sdrpaintwindow.hxx>
-#endif
using namespace ::osl;
using namespace ::vos;