summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/MediaDescriptorHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/MediaDescriptorHelper.hxx')
-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;