summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linksrc.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:55:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:55:33 +0000
commitae8196d0e7ccd8492d820f7dda09f829fa0edcbc (patch)
tree54c9ca0a4dacd193975b002d6aaa46afcca5dded /sfx2/source/appl/linksrc.cxx
parent9ff504c28845dd5cd51a1db4f40d8d15e736f7e1 (diff)
INTEGRATION: CWS asyncdialogs (1.5.94); FILE MERGED
2006/09/20 20:25:13 pb 1.5.94.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/14 10:42:17 pb 1.5.94.3: fix: #i57125# warning free code 2006/07/12 20:46:49 pb 1.5.94.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/22 07:31:30 pb 1.5.94.1: fix: #i57125# now Edit() asynchron
Diffstat (limited to 'sfx2/source/appl/linksrc.cxx')
-rw-r--r--sfx2/source/appl/linksrc.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sfx2/source/appl/linksrc.cxx b/sfx2/source/appl/linksrc.cxx
index 56ae00e33253..bbf7179cf92a 100644
--- a/sfx2/source/appl/linksrc.cxx
+++ b/sfx2/source/appl/linksrc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: linksrc.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:18:58 $
+ * last change: $Author: vg $ $Date: 2006-11-22 10:55:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -409,15 +409,13 @@ BOOL SvLinkSource::Connect( SvBaseLink* )
return TRUE;
}
-BOOL SvLinkSource::GetData( ::com::sun::star::uno::Any & ,
- const String & , BOOL )
+BOOL SvLinkSource::GetData( ::com::sun::star::uno::Any &, const String &, BOOL )
{
return FALSE;
}
-String SvLinkSource::Edit( Window *, SvBaseLink * )
+void SvLinkSource::Edit( Window *, SvBaseLink *, const Link& )
{
- return String();
}
}