diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-08 19:13:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-10-08 19:13:30 +0200 |
commit | a9fd466b42b5c46d3256c01a0def9d1c85431b5a (patch) | |
tree | 6f7d2d614ad64d3e7d9d7f9071fdcffdbcf6006d | |
parent | c8ee186c6a683fcf7fb12880e9d49f327b6d46a0 (diff) |
oox: loplugin:unreffun
Change-Id: I8ee7d5690495bb089ab57da0d7ad6e31bb2154b7
-rw-r--r-- | oox/qa/unit/vba_encryption.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |