diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:57:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:57:58 +0200 |
commit | 3770bbbdba912b8a83d79842828a4b30894b4c70 (patch) | |
tree | 38b35704d341a92a3d2523149e35c8710568a0d5 /sal/test | |
parent | 13887f48480929fcfc94f373e3210dd7c695a14f (diff) |
Remove superfluous empty lines on top
More than two lines are removed for readability.
Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/test_salmain.cxx | 2 | ||||
-rw-r--r-- | sal/test/test_salmainwithargs.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib1.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/samplelib2.cxx | 2 | ||||
-rw-r--r-- | sal/test/unloading/unloadTest.cxx | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/sal/test/test_salmain.cxx b/sal/test/test_salmain.cxx index e262f854ffd2..8b301a7d0901 100644 --- a/sal/test/test_salmain.cxx +++ b/sal/test/test_salmain.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "sal/main.h" #include <stdio.h> diff --git a/sal/test/test_salmainwithargs.cxx b/sal/test/test_salmainwithargs.cxx index 47dd66e3318c..2613ab9f1a93 100644 --- a/sal/test/test_salmainwithargs.cxx +++ b/sal/test/test_salmainwithargs.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "sal/main.h" #include <stdio.h> diff --git a/sal/test/unloading/samplelib1.cxx b/sal/test/unloading/samplelib1.cxx index 19ec2e28c6e1..9cb2653cceec 100644 --- a/sal/test/unloading/samplelib1.cxx +++ b/sal/test/unloading/samplelib1.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <sal/types.h> #include <osl/time.h> #include <rtl/ustring.hxx> diff --git a/sal/test/unloading/samplelib2.cxx b/sal/test/unloading/samplelib2.cxx index 2e7be25aebe0..19d3fc4b821d 100644 --- a/sal/test/unloading/samplelib2.cxx +++ b/sal/test/unloading/samplelib2.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <sal/types.h> #include <osl/time.h> #include <rtl/ustring.hxx> diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx index 36d2691c8440..7e709b811832 100644 --- a/sal/test/unloading/unloadTest.cxx +++ b/sal/test/unloading/unloadTest.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include<osl/module.hxx> #include <osl/time.h> #include <rtl/ustring.hxx> |