summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/elements.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:37:01 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commitb55fb34c4baab993cf3286448b6c00b5ae095be0 (patch)
treef72d92c4d8642998a8a409c5442395c316996a0e /filter/source/graphicfilter/icgm/elements.hxx
parent45d1abeff9d4041b3e174f0eddd10bfd6ab8a360 (diff)
loplugin:unusedfields filter
Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4
Diffstat (limited to 'filter/source/graphicfilter/icgm/elements.hxx')
-rw-r--r--filter/source/graphicfilter/icgm/elements.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/icgm/elements.hxx b/filter/source/graphicfilter/icgm/elements.hxx
index fc7acaca30d0..b2a5fcdea52e 100644
--- a/filter/source/graphicfilter/icgm/elements.hxx
+++ b/filter/source/graphicfilter/icgm/elements.hxx
@@ -32,7 +32,6 @@ class CGMElements
{
void ImplInsertHatch( sal_Int32 Key, int Style, long Distance, long Angle );
public:
- CGM* mpCGM;
long nMetaFileVersion;
sal_uInt32 nIntegerPrecision; // maybe 1, 2, 4 Bytes
@@ -125,8 +124,8 @@ class CGMElements
// Delimiter Counts -> which will be increased by each 'begin' operation
// and decreased by each 'end' operation
- bool bSegmentCount;
- explicit CGMElements( CGM& rCGM );
+ bool bSegmentCount;
+ explicit CGMElements();
~CGMElements();
CGMElements& operator=( CGMElements& );
void Init();