summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_updatedata.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:57:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:57:18 +0000
commit58a2ed763091db735c1881b5ac3e487e8ca4f200 (patch)
treedd044289facbc04cdcd27603f2826d7728ad8bdb /desktop/source/deployment/gui/dp_gui_updatedata.hxx
parent0bc62ee4af6ada05a30d48f2f9df34cf3af948f6 (diff)
INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED
2008/04/01 15:13:06 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/28 15:26:38 rt 1.3.114.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_updatedata.hxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedata.hxx49
1 files changed, 18 insertions, 31 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedata.hxx b/desktop/source/deployment/gui/dp_gui_updatedata.hxx
index aaf8d3728995..ba78112a26f7 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedata.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedata.hxx
@@ -1,51 +1,38 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: dp_gui_updatedata.hxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.3 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: ihi $ $Date: 2007-11-22 15:02:07 $
+ * $RCSfile: dp_gui_updatedata.hxx,v $
+ * $Revision: 1.4 $
*
- * 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.
*
************************************************************************/
#if ! defined INCLUDED_DP_GUI_UPDATEDATA_HXX
#define INCLUDED_DP_GUI_UPDATEDATA_HXX
-#ifndef _SAL_CONFIG_H_
#include "sal/config.h"
-#endif
-
-#ifndef _RTL_USTRING_HXX_
#include "rtl/ustring.hxx"
-#endif
-
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
#include "com/sun/star/uno/Reference.hxx"
-#endif
namespace com { namespace sun { namespace star { namespace deployment {