From a9fd466b42b5c46d3256c01a0def9d1c85431b5a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 8 Oct 2015 19:13:30 +0200 Subject: oox: loplugin:unreffun Change-Id: I8ee7d5690495bb089ab57da0d7ad6e31bb2154b7 --- oox/qa/unit/vba_encryption.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oox/qa/unit/vba_encryption.cxx b/oox/qa/unit/vba_encryption.cxx index 785c480fc3d5..08e1994f6a3b 100644 --- a/oox/qa/unit/vba_encryption.cxx +++ b/oox/qa/unit/vba_encryption.cxx @@ -20,10 +20,12 @@ class TestVbaEncryption : public test::BootstrapFixtureBase { public: +#if 0 // an initial test for the encryption taken from the spec void testSimple1(); void testSimple2(); +#endif void testProjKey1(); @@ -40,6 +42,7 @@ public: private: }; +#if 0 void TestVbaEncryption::testSimple1() { sal_uInt8 nSeed = 0x07; @@ -74,6 +77,7 @@ void TestVbaEncryption::testSimple2() CPPUNIT_ASSERT_EQUAL((int)pExpectedData[i], (int)sal_uInt8(val)); } } +#endif void TestVbaEncryption::testProjKey1() { -- cgit