summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/cgm.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-01 19:07:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-01 19:51:19 +0100
commitf050faebabec8a0c2d63fe63a1195bb845ea4443 (patch)
tree1e9cbbd03eca3b8291445b2a59870490b5c788e9 /filter/source/graphicfilter/icgm/cgm.hxx
parent7c7204ceefd7f2828225d40e8d88f69c84927c43 (diff)
cgm mode is now unused
Change-Id: Iea58345633cdea50fdecfe9376160ae4ffcfc6a9
Diffstat (limited to 'filter/source/graphicfilter/icgm/cgm.hxx')
-rw-r--r--filter/source/graphicfilter/icgm/cgm.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 9de86ba8881b..4da49ea302de 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -83,7 +83,6 @@ class CGM
sal_uInt8* mpBuf; // source stream operation -> then this is allocated for
// the temp input buffer
- sal_uInt32 mnMode; // source description
sal_uInt32 mnEscape;
sal_uInt32 mnElementClass;
sal_uInt32 mnElementID;
@@ -134,7 +133,7 @@ class CGM
~CGM();
- CGM( sal_uInt32 nMode, css::uno::Reference< css::frame::XModel > const & rModel );
+ CGM(css::uno::Reference< css::frame::XModel > const & rModel);
GDIMetaFile* mpGDIMetaFile;
sal_uInt32 GetBackGroundColor();
bool IsValid() const { return mbStatus; };