summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/fileobj.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 15:37:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 15:37:23 +0200
commit8141b349dc43f70c446aafc11f22d6c68ab464b7 (patch)
treece30650cf538a76aceef7836039d2bce1bac5641 /sfx2/source/appl/fileobj.hxx
parentd80d7e52d25dde05c834c9e87dd6a253bf6fcfed (diff)
Remove always-null SvFileObject::pDownLoadData
...left over after 66e4540041f09b4e779d27190f0925479f74103b "aDataAvailableLink in SfxMedium was never called." Change-Id: If2cfcc27f2b26ea3c950c2da1c673df940d94773
Diffstat (limited to 'sfx2/source/appl/fileobj.hxx')
-rw-r--r--sfx2/source/appl/fileobj.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx
index 3c491edd5a20..16824f4aa565 100644
--- a/sfx2/source/appl/fileobj.hxx
+++ b/sfx2/source/appl/fileobj.hxx
@@ -24,7 +24,6 @@
#include <sfx2/linkmgr.hxx>
class Graphic;
-struct Impl_DownLoadData;
namespace sfx2 { class FileDialogHelper; }
class SvFileObject : public sfx2::SvLinkSource
@@ -34,7 +33,6 @@ class SvFileObject : public sfx2::SvLinkSource
OUString sReferer;
Link aEndEditLink;
SfxMediumRef xMed;
- Impl_DownLoadData* pDownLoadData;
Window* pOldParent;
sal_uInt8 nType;