summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 04:57:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-09 04:57:58 +0200
commit3770bbbdba912b8a83d79842828a4b30894b4c70 (patch)
tree38b35704d341a92a3d2523149e35c8710568a0d5 /desktop/win32
parent13887f48480929fcfc94f373e3210dd7c695a14f (diff)
Remove superfluous empty lines on top
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/applauncher/sbase.cxx2
-rw-r--r--desktop/win32/source/applauncher/scalc.cxx2
-rw-r--r--desktop/win32/source/applauncher/sdraw.cxx2
-rw-r--r--desktop/win32/source/applauncher/simpress.cxx2
-rw-r--r--desktop/win32/source/applauncher/smath.cxx2
-rw-r--r--desktop/win32/source/applauncher/sweb.cxx2
6 files changed, 0 insertions, 12 deletions
diff --git a/desktop/win32/source/applauncher/sbase.cxx b/desktop/win32/source/applauncher/sbase.cxx
index c0d6215902ed..9253761939ac 100644
--- a/desktop/win32/source/applauncher/sbase.cxx
+++ b/desktop/win32/source/applauncher/sbase.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--base" );
diff --git a/desktop/win32/source/applauncher/scalc.cxx b/desktop/win32/source/applauncher/scalc.cxx
index 19017dc4479d..2b77253eeb34 100644
--- a/desktop/win32/source/applauncher/scalc.cxx
+++ b/desktop/win32/source/applauncher/scalc.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--calc" );
diff --git a/desktop/win32/source/applauncher/sdraw.cxx b/desktop/win32/source/applauncher/sdraw.cxx
index 3155109f103a..a88caf06ae04 100644
--- a/desktop/win32/source/applauncher/sdraw.cxx
+++ b/desktop/win32/source/applauncher/sdraw.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--draw" );
diff --git a/desktop/win32/source/applauncher/simpress.cxx b/desktop/win32/source/applauncher/simpress.cxx
index 5d0df8204843..4f7456697d72 100644
--- a/desktop/win32/source/applauncher/simpress.cxx
+++ b/desktop/win32/source/applauncher/simpress.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--impress" );
diff --git a/desktop/win32/source/applauncher/smath.cxx b/desktop/win32/source/applauncher/smath.cxx
index d90fed065463..a9abb377f027 100644
--- a/desktop/win32/source/applauncher/smath.cxx
+++ b/desktop/win32/source/applauncher/smath.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--math" );
diff --git a/desktop/win32/source/applauncher/sweb.cxx b/desktop/win32/source/applauncher/sweb.cxx
index 7af39cdedeeb..81ea3fc63bef 100644
--- a/desktop/win32/source/applauncher/sweb.cxx
+++ b/desktop/win32/source/applauncher/sweb.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-
#include "launcher.hxx"
_TCHAR APPLICATION_SWITCH[] = _T( "--web" );