summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 15:22:53 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 08:26:11 +0200
commit56b2a2d874c5c74af0eb02d6d542f4dc9d748870 (patch)
tree23930cc5a04fea5cedd446a53b1abf27ed1c74b5 /reportdesign/source/filter/xml
parent8c10722513b24b47b91f6469684f59c5136f574d (diff)
loplugin:unusedfields in oox,package,reportdesign
Change-Id: I83d03dcc76b5f0d54ebb0513ae972acb0db8eef1
Diffstat (limited to 'reportdesign/source/filter/xml')
-rw-r--r--reportdesign/source/filter/xml/xmlComponent.hxx1
-rw-r--r--reportdesign/source/filter/xml/xmlExport.hxx10
2 files changed, 0 insertions, 11 deletions
diff --git a/reportdesign/source/filter/xml/xmlComponent.hxx b/reportdesign/source/filter/xml/xmlComponent.hxx
index 2b448b4942cf..53cbc63b1737 100644
--- a/reportdesign/source/filter/xml/xmlComponent.hxx
+++ b/reportdesign/source/filter/xml/xmlComponent.hxx
@@ -30,7 +30,6 @@ namespace rptxml
{
protected:
css::uno::Reference< css::report::XReportComponent > m_xComponent;
- OUString m_sName;
OUString m_sTextStyleName;
OXMLComponent(const OXMLComponent&);
diff --git a/reportdesign/source/filter/xml/xmlExport.hxx b/reportdesign/source/filter/xml/xmlExport.hxx
index 222217032976..8e1da570b392 100644
--- a/reportdesign/source/filter/xml/xmlExport.hxx
+++ b/reportdesign/source/filter/xml/xmlExport.hxx
@@ -93,13 +93,6 @@ public:
{}
};
typedef ::std::pair< OUString ,OUString> TStringPair;
- typedef struct
- {
- OUString sText;
- OUString sField;
- OUString sDecimal;
- OUString sThousand;
- } TDelimiter;
typedef ::std::vector< OUString> TStringVec;
typedef ::std::map< Reference<XPropertySet> ,OUString > TPropertyStyleMap;
typedef ::std::map< Reference<XPropertySet> , TStringVec> TGridStyleMap;
@@ -109,8 +102,6 @@ public:
typedef ::std::map< Reference<XGroup> ,Reference<XFunction> > TGroupFunctionMap;
private:
::std::unique_ptr< TStringPair > m_aAutoIncrement;
- ::std::unique_ptr< TDelimiter > m_aDelimiter;
- ::std::vector< Any > m_aDataSourceSettings;
TSectionsGrid m_aSectionsGrid;
TPropertyStyleMap m_aAutoStyleNames;
@@ -118,7 +109,6 @@ private:
TGridStyleMap m_aRowStyleNames;
TGroupFunctionMap m_aGroupFunctionMap;
- OUString m_sCharSet;
OUString m_sTableStyle;
OUString m_sCellStyle;
OUString m_sColumnStyle;