diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-06-15 20:18:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-17 08:36:31 +0200 |
commit | a98ac7220a92c1dfee9a2a490d764094050ffb91 (patch) | |
tree | 4c7345cdfb7beeff4e44f02dbaacd8627c0c0040 /include/svtools | |
parent | 2404a17e157273430d40ceaa1ab1275e7b50ba6e (diff) |
TransferableObjectDescriptor::mnOle2Misc field is unused
which means that SfxObjectShell::GetMiscStatus becomes unused
Change-Id: I5c89a2cd5c77c7f08a57fdac08237aab514fc7fa
Reviewed-on: https://gerrit.libreoffice.org/38843
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/transfer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index 8a9e0bb180ea..bc3c6eceacab 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -70,13 +70,11 @@ struct TransferableObjectDescriptor sal_uInt16 mnViewAspect; Point maDragStartPos; Size maSize; - sal_uInt32 mnOle2Misc; OUString maTypeName; OUString maDisplayName; TransferableObjectDescriptor() : mnViewAspect(css::embed::Aspects::MSOLE_CONTENT) - , mnOle2Misc(0) {} SVT_DLLPUBLIC friend SvStream& WriteTransferableObjectDescriptor( SvStream& rOStm, const TransferableObjectDescriptor& rObjDesc ); |