summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 14:50:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 09:01:24 +0200
commit7b5fac67fd2441778cb9a6d2f529adc270998144 (patch)
tree93031caf680ccfe0b7a34d89822811ff172c55fa /chart2/source/inc
parent75ddf3a22aa83d1b067085bd7132acab5a088856 (diff)
loplugin:unusedfields in accessibility..comphelper
Change-Id: Ifb68d65fc3e48dd80e3ff2b7a4124468fdda1695 Reviewed-on: https://gerrit.libreoffice.org/39137 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/MediaDescriptorHelper.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/chart2/source/inc/MediaDescriptorHelper.hxx b/chart2/source/inc/MediaDescriptorHelper.hxx
index 488a31851b25..fd20e1f441a7 100644
--- a/chart2/source/inc/MediaDescriptorHelper.hxx
+++ b/chart2/source/inc/MediaDescriptorHelper.hxx
@@ -70,21 +70,16 @@ public:
//@todo define this for debug only, except URL
bool AsTemplate; //document is a template.
- bool ISSET_AsTemplate;
css::uno::Any
ComponentData;
- bool ISSET_ComponentData;
css::uno::Any
FilterData;
- bool ISSET_FilterData;
OUString FilterName; //internal filter name.
bool ISSET_FilterName;
bool Hidden; //load document, invisible.
- bool ISSET_Hidden;
OUString HierarchicalDocumentName;
- bool ISSET_HierarchicalDocumentName;
css::uno::Reference< css::io::XOutputStream >
OutputStream; //a stream to receive the document data for saving
@@ -94,30 +89,21 @@ public:
bool ISSET_InputStream;
bool OpenNewView; //opens a new view for an already loaded document.
- bool ISSET_OpenNewView;
bool Overwrite; //opens a new view for an already loaded document.
- bool ISSET_Overwrite;
bool Preview; //show preview.
- bool ISSET_Preview;
bool ReadOnly; //open document readonly.
- bool ISSET_ReadOnly;
//not documented ... @todo remove?
bool Silent; //prevents dialogs to query for more information.
- bool ISSET_Silent;
bool Unpacked;
- bool ISSET_Unpacked;
OUString URL;// FileName, URL of the document.
bool ISSET_URL;
sal_Int16 Version; //storage version.
- bool ISSET_Version;
css::uno::Any
ViewData;
- bool ISSET_ViewData;
sal_Int16 ViewId; //id of the initial view.
- bool ISSET_ViewId;
// new framework objects
css::uno::Reference< css::embed::XStorage >
@@ -128,7 +114,6 @@ public:
bool ISSET_Stream;
bool SetEmbedded;
- bool ISSET_SetEmbedded;
protected:
SAL_DLLPRIVATE void impl_init();