summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-21 14:30:12 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-25 15:02:08 -0400
commit9770dac1dfe25997e933b01e7a1137ec7cb3fa05 (patch)
tree23ac815d0422d3d6e180e5e3c6664ac25a3e8ad4 /sd/inc
parentupdate for changes in drawingML export (diff)
downloadcore-9770dac1dfe25997e933b01e7a1137ec7cb3fa05.tar.gz
core-9770dac1dfe25997e933b01e7a1137ec7cb3fa05.zip
Adjust for change in SvBaseLink.
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/pglink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/pglink.hxx b/sd/inc/pglink.hxx
index 668e59793d2b..5210751059df 100644
--- a/sd/inc/pglink.hxx
+++ b/sd/inc/pglink.hxx
@@ -44,8 +44,8 @@ public:
virtual ~SdPageLink();
virtual void Closed();
- virtual void DataChanged( const String& ,
- const ::com::sun::star::uno::Any & );
+ virtual ::sfx2::SvBaseLink::UpdateResult DataChanged(
+ const String& rMimeType, const ::com::sun::star::uno::Any & rValue );
bool Connect() { return 0 != SvBaseLink::GetRealObject(); }
};