summaryrefslogtreecommitdiff
path: root/svtools/source/config/test/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/config/test/test.cxx')
-rw-r--r--svtools/source/config/test/test.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx
index d67ee1fbc3e5..5449bf5f0c3d 100644
--- a/svtools/source/config/test/test.cxx
+++ b/svtools/source/config/test/test.cxx
@@ -59,14 +59,6 @@
#include <vcl/msgbox.hxx>
#include <stdio.h>
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
-//_________________________________________________________________________________________________________________
-// namespace
-//_________________________________________________________________________________________________________________
-
using namespace ::rtl ;
using namespace ::osl ;
using namespace ::comphelper ;
@@ -75,16 +67,8 @@ using namespace ::com::sun::star::lang ;
using namespace ::com::sun::star::beans ;
using namespace ::com::sun::star::registry ;
-//_________________________________________________________________________________________________________________
-// defines
-//_________________________________________________________________________________________________________________
-
#define ASCII( STEXT ) OUString( RTL_CONSTASCII_USTRINGPARAM( STEXT ))
-//_________________________________________________________________________________________________________________
-// declarations
-//_________________________________________________________________________________________________________________
-
class TestApplication : public Application
{
//*************************************************************************************************************