diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-07-28 12:11:08 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-07-29 14:20:36 +0000 |
commit | 5021f298418f6efa7bb7b6540113b712599778fe (patch) | |
tree | 3ac99403bb3df46ba633ca28845705240472cb96 /test | |
parent | dea278910731ddd8856fa122d59d83e01bdff87f (diff) |
Remove some unused code
Change-Id: Ib1fb5108a858c35a5bbe8ba865e15660639725e3
Reviewed-on: https://gerrit.libreoffice.org/10593
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/source/mtfxmldump.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/source/mtfxmldump.cxx b/test/source/mtfxmldump.cxx index 9223797222c4..87588c1f869f 100644 --- a/test/source/mtfxmldump.cxx +++ b/test/source/mtfxmldump.cxx @@ -245,11 +245,6 @@ void MetafileXmlDump::filterAllActionTypes() maFilter.assign(constMaxActionType, true); } -void MetafileXmlDump::filterNoneActionTypes() -{ - maFilter.assign(constMaxActionType, false); -} - xmlDocPtr MetafileXmlDump::dumpAndParse(GDIMetaFile& rMetaFile, const OUString& rTempStreamName) { boost::scoped_ptr<SvStream> pStream; |