summaryrefslogtreecommitdiff
path: root/sd/sdi/grviewsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 14:21:02 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 14:21:02 +0000
commita938362689dc1a9d6bb8730780344739da8c5e0b (patch)
treea13155997d594c44f5775b21435f010747754443 /sd/sdi/grviewsh.sdi
parentbaa41aab3000119e76a66a7ae6488c19b6890808 (diff)
INTEGRATION: CWS qdiet01 (1.4.12); FILE MERGED
2003/10/10 12:19:41 mh 1.4.12.1: correct header, #i19939#
Diffstat (limited to 'sd/sdi/grviewsh.sdi')
-rw-r--r--sd/sdi/grviewsh.sdi108
1 files changed, 59 insertions, 49 deletions
diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi
index e4986d9968ba..103dc174fefb 100644
--- a/sd/sdi/grviewsh.sdi
+++ b/sd/sdi/grviewsh.sdi
@@ -1,25 +1,63 @@
/*************************************************************************
-#*
-#* $Workfile: GRVIEWSH.IDL $
-#*
-#* Beschreibung Draw (Graphic) ViewShell-IDL
-#*
-#* Ersterstellung SOH 04.04.97
-#* Letzte Aenderung $Author: rt $ $Date: 2003-09-19 08:15:28 $
-#* $Revision: 1.4 $
-#*
-#* $Logfile: T:/sd/idl/grviewsh.idv $
-#*
-#* Copyright (c) 1989 - 1999, STAR DIVISION
-#*
-#*************************************************************************
-
- Source Code Control System - Header
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sd/sdi/grviewsh.sdi,v 1.4 2003-09-19 08:15:28 rt Exp $
-
-*************************************************************************/
-
+ *
+ * $RCSfile: grviewsh.sdi,v $
+ *
+ * $Revision: 1.5 $
+ *
+ * last change: $Author: obo $ $Date: 2003-10-20 15:21:02 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 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
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface GraphicEditView : DrawView
[
@@ -46,32 +84,4 @@ shell SdGraphicViewShell : SfxViewShell
import View;
}
-/*************************************************************************
-
- Source Code Control System - History
-
- $Log: not supported by cvs2svn $
- Revision 1.3.164.1 2003/07/14 17:52:02 mba
- #110843#: get rid of factories
-
- Revision 1.3 2002/11/29 09:09:38 af
- #105729# Added missing slots for search&replace.
-
- Revision 1.2 2001/10/22 13:36:31 ka
- #93586#: removed __EXPORT compiler flag
-
- Revision 1.1.1.1 2000/09/18 16:48:29 hr
- initial import
-
- Revision 1.2 1997/08/28 10:33:00 MBA
- Neue Interface-Namen
-
-
- Rev 1.1 28 Aug 1997 12:33:00 MBA
- Neue Interface-Namen
-
- Rev 1.0 09 Apr 1997 13:20:22 SOH
- Initial revision.
-
-*************************************************************************/