summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-29 12:40:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-29 15:08:43 +0200
commit34180700b2686c97cdce0b52ca9578a41a153035 (patch)
tree073f3753e4483f30efa3c7c769f23971e6a046d5 /filter
parentAvoid ambiguity with C++14 std::make_unique (diff)
downloadcore-34180700b2686c97cdce0b52ca9578a41a153035.tar.gz
core-34180700b2686c97cdce0b52ca9578a41a153035.zip
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/cgm.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 1d941b4a8a09..6d05221c9e8f 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -144,8 +144,6 @@ class CGM
bool IsFinished() const { return mbIsFinished; };
bool Write( SvStream& rIStm );
- friend SvStream& ReadCGM( SvStream& rOStm, CGM& rCGM );
-
};
#endif