diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-25 20:37:27 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-25 21:19:56 -0400 |
commit | 66e4540041f09b4e779d27190f0925479f74103b (patch) | |
tree | 11cdcbe494b47e4a1e7296f2c3b15e4d08c70a35 /sfx2/inc | |
parent | 8a88273e75de0081c4284c9f09739da7f7f9bc3a (diff) |
aDataAvailableLink in SfxMedium was never called.
Also remove all callback functions that would never get called
because of this.
Change-Id: I5dd5d64ccca9dd3d655428218957753d3200299e
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx index b4da325eabee..044ae4ba8ce1 100644 --- a/sfx2/inc/sfx2/docfile.hxx +++ b/sfx2/inc/sfx2/docfile.hxx @@ -145,7 +145,6 @@ public: sal_Bool IsOpen() const; // { return aStorage.Is() || pInStream; } void DownLoad( const Link& aLink = Link()); void SetDoneLink( const Link& rLink ); - void SetDataAvailableLink( const Link& rLink ); sal_uInt32 GetErrorCode() const; sal_uInt32 GetError() const |