diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 14:58:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 15:51:36 -0400 |
commit | c47099c9091e0b21ec1ee5b5418ca231ea45fa8d (patch) | |
tree | 8d6f35892c9f664ef341902e91ff4abe61725c8c /sw/inc | |
parent | 7f52fd7a360fb7c1ee8fca19e2c8f284c5492e3c (diff) |
Adjusted for SvBaseLink change.
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swbaslnk.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swbaslnk.hxx b/sw/inc/swbaslnk.hxx index 2ba20a2f5b0c..e3d1febabe07 100644 --- a/sw/inc/swbaslnk.hxx +++ b/sw/inc/swbaslnk.hxx @@ -65,8 +65,8 @@ public: {} virtual ~SwBaseLink(); - virtual void DataChanged( const String& rMimeType, - const ::com::sun::star::uno::Any & rValue ); + virtual ::sfx2::SvBaseLink::UpdateResult DataChanged( + const String& rMimeType, const ::com::sun::star::uno::Any & rValue ); virtual void Closed(); |