summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 09:32:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-22 11:16:54 +0200
commit51b49228ee7d3bb9788b7ff44e2c1737caa63818 (patch)
tree08a810a27a463537c86a56773adb1e32dc2f03f4 /chart2/source/inc
parentFix the incomplete self reference checks for doublerefs (diff)
downloadcore-51b49228ee7d3bb9788b7ff44e2c1737caa63818.tar.gz
core-51b49228ee7d3bb9788b7ff44e2c1737caa63818.zip
loplugin:unusedfields in avmedia..comphelper
Change-Id: I74f125103b67c506d9bb67537e4c4cd3f8f871da Reviewed-on: https://gerrit.libreoffice.org/54641 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/MediaDescriptorHelper.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/inc/MediaDescriptorHelper.hxx b/chart2/source/inc/MediaDescriptorHelper.hxx
index be9d258d9ae0..73e1b3fe4c91 100644
--- a/chart2/source/inc/MediaDescriptorHelper.hxx
+++ b/chart2/source/inc/MediaDescriptorHelper.hxx
@@ -58,15 +58,10 @@ public:
css::uno::Sequence< css::beans::PropertyValue >
m_aDeprecatedProperties; //these are properties which are described in service com.sun.star.document.MediaDescriptor but are marked as deprecated
- css::uno::Sequence< css::beans::PropertyValue >
- m_aAdditionalProperties; //these are properties which are not described in service com.sun.star.document.MediaDescriptor
-
//properties which should be given to a model are additionally stored in this sequence (not documented properties and deprecated properties are not included!)
css::uno::Sequence< css::beans::PropertyValue >
m_aModelProperties; //these are properties which are not described in service com.sun.star.document.MediaDescriptor
- css::uno::Any ComponentData;
- css::uno::Any FilterData;
OUString FilterName; //internal filter name.
bool ISSET_FilterName;
@@ -84,8 +79,6 @@ public:
OUString URL;// FileName, URL of the document.
bool ISSET_URL;
- css::uno::Any ViewData;
-
// new framework objects
css::uno::Reference< css::embed::XStorage >
Storage;