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 /bridges | |
parent | 13887f48480929fcfc94f373e3210dd7c695a14f (diff) |
Remove superfluous empty lines on top
More than two lines are removed for readability.
Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/mingw_intel/dllinit.cxx | 3 | ||||
-rw-r--r-- | bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx | 2 | ||||
-rw-r--r-- | bridges/test/inter_libs_exc/inter.cxx | 2 | ||||
-rw-r--r-- | bridges/test/inter_libs_exc/starter.cxx | 2 | ||||
-rw-r--r-- | bridges/test/inter_libs_exc/thrower.cxx | 2 | ||||
-rw-r--r-- | bridges/test/performance/testperformance.cxx | 2 |
6 files changed, 0 insertions, 13 deletions
diff --git a/bridges/source/cpp_uno/mingw_intel/dllinit.cxx b/bridges/source/cpp_uno/mingw_intel/dllinit.cxx index 7af4e91d1207..610729eae7e2 100644 --- a/bridges/source/cpp_uno/mingw_intel/dllinit.cxx +++ b/bridges/source/cpp_uno/mingw_intel/dllinit.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - - - #include <windows.h> diff --git a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx index 8a082d1e0b00..76463bd293ef 100644 --- a/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx +++ b/bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "bridges/cpp_uno/shared/cppinterfaceproxy.hxx" #include "guardedarray.hxx" diff --git a/bridges/test/inter_libs_exc/inter.cxx b/bridges/test/inter_libs_exc/inter.cxx index fe4a24673f21..81a8feb38e95 100644 --- a/bridges/test/inter_libs_exc/inter.cxx +++ b/bridges/test/inter_libs_exc/inter.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <stdio.h> #include "share.h" diff --git a/bridges/test/inter_libs_exc/starter.cxx b/bridges/test/inter_libs_exc/starter.cxx index f1c323f2be82..239fd87c8ecf 100644 --- a/bridges/test/inter_libs_exc/starter.cxx +++ b/bridges/test/inter_libs_exc/starter.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <stdio.h> #include "share.h" diff --git a/bridges/test/inter_libs_exc/thrower.cxx b/bridges/test/inter_libs_exc/thrower.cxx index 533610d60cc4..08857c146245 100644 --- a/bridges/test/inter_libs_exc/thrower.cxx +++ b/bridges/test/inter_libs_exc/thrower.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "share.h" diff --git a/bridges/test/performance/testperformance.cxx b/bridges/test/performance/testperformance.cxx index 4bafc7140254..e91eaac2a138 100644 --- a/bridges/test/performance/testperformance.cxx +++ b/bridges/test/performance/testperformance.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <stdio.h> #include <math.h> |