summaryrefslogtreecommitdiff
path: root/sax/test
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-16 10:58:22 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-18 07:15:48 +0100
commit291e846db9840b9f82bc28e495b54ae5ac51d0fc (patch)
tree95d49b4430ce572143cf12818c3ee0d693e1b6ff /sax/test
parent562b21949f4ed986d11270bd6203741487795343 (diff)
sax: various clean up. Move _getFactory next to the implementation.
Use more anonymous namespaces, de-duplicate code, bin some comments. Makes the library smaller. Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059
Diffstat (limited to 'sax/test')
-rw-r--r--sax/test/sax/testsax.cxx2
-rw-r--r--sax/test/sax/testwriter.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx
index fff579fc4e0c..bfcf4eefdc63 100644
--- a/sax/test/sax/testsax.cxx
+++ b/sax/test/sax/testsax.cxx
@@ -42,8 +42,6 @@ using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-#include "factory.hxx"
-
// test szenarios
namespace sax_test {
diff --git a/sax/test/sax/testwriter.cxx b/sax/test/sax/testwriter.cxx
index a6a2986e40e1..24c9258004d5 100644
--- a/sax/test/sax/testwriter.cxx
+++ b/sax/test/sax/testwriter.cxx
@@ -45,8 +45,6 @@ using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::xml::sax;
-#include "factory.hxx"
-
namespace sax_test {
class OFileWriter :