summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-28 23:41:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-29 15:39:11 +0100
commit31ca64f91ecf9baebfdb7f43b5583460964c25c3 (patch)
tree4c1f363b97179ebdf96d65310b3c4dc54e8310f0 /cppu/qa
parent539d976bc619c176c5ce0fda845ebe0fe24cd2d1 (diff)
Remove double line spacing and correct indentation
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/test_any.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx
index 84f5fb638efa..111c85c9ddaf 100644
--- a/cppu/qa/test_any.cxx
+++ b/cppu/qa/test_any.cxx
@@ -205,45 +205,25 @@ public:
class Test: public CppUnit::TestFixture {
public:
void testVoid();
-
void testBoolean();
-
void testByte();
-
void testShort();
-
void testUnsignedShort();
-
void testLong();
-
void testUnsignedLong();
-
void testHyper();
-
void testUnsignedHyper();
-
void testFloat();
-
void testDouble();
-
void testChar();
-
void testString();
-
void testType();
-
void testSequence();
-
void testEnum();
-
void testStruct();
-
void testPoly();
-
void testException();
-
void testInterface();
-
void testNull();
CPPUNIT_TEST_SUITE(Test);