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 /basic | |
parent | 13887f48480929fcfc94f373e3210dd7c695a14f (diff) |
Remove superfluous empty lines on top
More than two lines are removed for readability.
Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxcoll.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxvar.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 9a5bb7d4f163..2333a77ff2e8 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <tools/date.hxx> #include <basic/sbxvar.hxx> #include <osl/process.h> diff --git a/basic/source/sbx/sbxcoll.cxx b/basic/source/sbx/sbxcoll.cxx index 0e3f911fb5b0..c5868fd2a2c1 100644 --- a/basic/source/sbx/sbxcoll.cxx +++ b/basic/source/sbx/sbxcoll.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <tools/stream.hxx> #include <basic/sbx.hxx> diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 9ad7a5f0de9d..96d9bc40a019 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <tools/stream.hxx> #include "svl/brdcst.hxx" |