diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 17:50:25 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:10 +0200 |
commit | bf42b6f9f51b4bc66e267ae24c87ac79122825cc (patch) | |
tree | 449f642fc53e3d654ae36a39877efc41a8b74fcc /unoxml | |
parent | 3f84d81412f123bda0dde57c4e52abe9f49f58af (diff) |
fdo#62475 - remove visual noise
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/test/domtest.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx index 9c9304bc0478..5d49922605a9 100644 --- a/unoxml/test/domtest.cxx +++ b/unoxml/test/domtest.cxx @@ -36,14 +36,12 @@ #include "../source/dom/documentbuilder.hxx" - using namespace ::DOM; using namespace ::comphelper; using namespace ::com::sun::star; namespace { - // valid xml static const char validTestFile[] = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> \ @@ -373,14 +371,10 @@ struct SerializerTest : public CppUnit::TestFixture CPPUNIT_TEST_SUITE_END(); }; -// ----------------------------------------------------------------------------- CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(BasicTest, "BasicTest"); CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SerializerTest, "SerializerTest"); } - -// ----------------------------------------------------------------------------- - // this macro creates an empty function, which will called by the RegisterAllFunctions() // to let the user the possibility to also register some functions by hand. NOADDITIONAL; |