summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-12 13:06:16 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-12 13:06:16 +0000
commitbeb54ac3cd5bca30ec9ae64deff7426759f4a71c (patch)
treed2f5511e0f8ae1a508ec093d656e5280e37347cf /offapi
parent5118f3f71ccf27bb98fba84ccb339ee331403c25 (diff)
#78715# stardiv references removed
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/Endnote.idl7
-rw-r--r--offapi/com/sun/star/text/Footnote.idl7
-rw-r--r--offapi/com/sun/star/text/TextContent.idl7
-rw-r--r--offapi/com/sun/star/util/URL.idl13
4 files changed, 14 insertions, 20 deletions
diff --git a/offapi/com/sun/star/text/Endnote.idl b/offapi/com/sun/star/text/Endnote.idl
index fa3cdaa3f..069164510 100644
--- a/offapi/com/sun/star/text/Endnote.idl
+++ b/offapi/com/sun/star/text/Endnote.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Endnote.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2000-12-12 14:06:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,9 +73,6 @@ module com { module sun { module star { module text {
//=============================================================================
/** This service specifies a an endnote in a
<type>TextDocument</type>.
-
- @version 1.0
- @author <a href="mailto:os@stardivision.de">Oliver Specht</a>
*/
service Endnote
{
diff --git a/offapi/com/sun/star/text/Footnote.idl b/offapi/com/sun/star/text/Footnote.idl
index b50dd8a0c..7a98bda4f 100644
--- a/offapi/com/sun/star/text/Footnote.idl
+++ b/offapi/com/sun/star/text/Footnote.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Footnote.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2000-12-12 14:06:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,9 +77,6 @@ module com { module sun { module star { module text {
//=============================================================================
/** This service specifies a footnote or an endnote in a
<type>TextDocument</type>.
-
- @version 1.0
- @author <a href="mailto:os@stardivision.de">Oliver Specht</a>
*/
service Footnote
{
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index 17716f188..2f8479cc9 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextContent.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-12 14:06:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,9 +90,6 @@ module com { module sun { module star { module text {
like a graphic, <type scope="com::sun::star::drawing">XShape</type>
is used.
- @version 1.0
- @author <a href="mailto:mi@stardivision.de">Michael H&ouml;nnig</a>
-
@see service TextField
@see service TextTable
@see service TextFrame
diff --git a/offapi/com/sun/star/util/URL.idl b/offapi/com/sun/star/util/URL.idl
index c65110dc2..5f0b5ef1c 100644
--- a/offapi/com/sun/star/util/URL.idl
+++ b/offapi/com/sun/star/util/URL.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: URL.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:17 $
+ * last change: $Author: mi $ $Date: 2000-12-12 14:06:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ struct URL
{
// DocMerge from xml: field com::sun::star::util::URL::Complete
/** contains the unparsed original URL, for example:
- http://me:pass@www.stardivision.de:8080/pub/test/foo.txt?a=b#xyz
+ http://me:pass@www.sun.de:8080/pub/test/foo.txt?a=b#xyz
*/
string Complete;
@@ -93,7 +93,7 @@ struct URL
// DocMerge from xml: field com::sun::star::util::URL::Main
/** contains the URL without a mark and without arguments, for example:
- http://me:pass@www.stardivision.de:8080/pub/test/foo.txt
+ http://me:pass@www.sun.de:8080/pub/test/foo.txt
*/
string Main;
@@ -121,7 +121,7 @@ struct URL
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::util::URL::Server
- /** contains the server part of the URL, for example: "www.stardivision.de"
+ /** contains the server part of the URL, for example: "www.sun.de"
*/
string Server;
@@ -169,6 +169,9 @@ struct URL
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:19 hjs
initial import