summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XSheetLinkable.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/sheet/XSheetLinkable.idl
parentcreate better hashcodes (diff)
downloadcore-cb052b66e6e945ae51f93baf28a53c9a5ad07d2e.tar.gz
core-cb052b66e6e945ae51f93baf28a53c9a5ad07d2e.zip
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/sheet/XSheetLinkable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSheetLinkable.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/XSheetLinkable.idl b/offapi/com/sun/star/sheet/XSheetLinkable.idl
index 050410e3bdd7..b92a2c7609cf 100644
--- a/offapi/com/sun/star/sheet/XSheetLinkable.idl
+++ b/offapi/com/sun/star/sheet/XSheetLinkable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSheetLinkable.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:47 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,6 @@
@deprecated
*/
-[ uik(E2281569-33D6-11D1-AABE00A0-249D5590), ident( "XSheetLinkable", 1.0 ) ]
interface XSheetLinkable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -108,7 +107,7 @@ interface XSheetLinkable: com::sun::star::uno::XInterface
are copied. With <const>SheetLinkMode::VALUE</const>, only
results of formulas are used.</p>
*/
- [const] com::sun::star::sheet::SheetLinkMode getLinkMode();
+ com::sun::star::sheet::SheetLinkMode getLinkMode();
//-------------------------------------------------------------------------
@@ -130,7 +129,7 @@ interface XSheetLinkable: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sheet::XSheetLinkable::getLinkUrl
/** returns the target URL of the link.
*/
- [const] string getLinkUrl();
+ string getLinkUrl();
//-------------------------------------------------------------------------
@@ -150,7 +149,7 @@ interface XSheetLinkable: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::sheet::XSheetLinkable::getLinkSheetName
/** returns the sheet in the source URL.
*/
- [const] string getLinkSheetName();
+ string getLinkSheetName();
//-------------------------------------------------------------------------
@@ -184,6 +183,9 @@ interface XSheetLinkable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:47 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:52 hjs
initial import