summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-12-17 21:43:27 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-12-20 16:20:21 +0000
commit5bd5cd1622608ded4a47c588e4f674a4c5b505be (patch)
tree0c78f41aa10bbc5e4d47b28a96605fafa22192c9 /test
parent0a2d29de086b71522e2b7751400dadcebc0845e9 (diff)
unused code
Primitive2dXmlDump::filterActionType(unsigned short, bool) Primitive2dXmlDump::filterAllActionTypes() used code OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) at http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#1388 tested under windows with enable-dbgutil Change-Id: Ife200e5851323dfcfe138f5c978d028513213295 Reviewed-on: https://gerrit.libreoffice.org/20781 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'test')
-rw-r--r--test/source/primitive2dxmldump.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/source/primitive2dxmldump.cxx b/test/source/primitive2dxmldump.cxx
index c00f6e21b9b4..4a996777fb80 100644
--- a/test/source/primitive2dxmldump.cxx
+++ b/test/source/primitive2dxmldump.cxx
@@ -49,15 +49,6 @@ Primitive2dXmlDump::Primitive2dXmlDump() :
Primitive2dXmlDump::~Primitive2dXmlDump()
{}
-void Primitive2dXmlDump::filterActionType(const sal_uInt16 nActionType, bool bShouldFilter)
-{
- maFilter[nActionType] = bShouldFilter;
-}
-
-void Primitive2dXmlDump::filterAllActionTypes()
-{
- maFilter.assign(constMaxActionType, true);
-}
xmlDocPtr Primitive2dXmlDump::dumpAndParse(
const drawinglayer::primitive2d::Primitive2DContainer& rPrimitive2DSequence,