This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new b93a9a76af Remove unneeded blank lines in `.c` and `.h` files (#239)
b93a9a76af is described below
commit b93a9a76afb7a5479bc70cc8cb55596d6b0b9f95
Author: John Bampton <[email protected]>
AuthorDate: Wed Jan 1 04:10:14 2025 +1000
Remove unneeded blank lines in `.c` and `.h` files (#239)
---
.../unix/com_sun_star_beans_LocalOfficeWindow.c | 8 ----
.../com_sun_star_comp_beans_LocalOfficeWindow.c | 8 ----
.../win32/com_sun_star_beans_LocalOfficeWindow.c | 8 ----
.../com_sun_star_comp_beans_LocalOfficeWindow.c | 8 ----
main/sal/systools/win32/uwinapi/Uwinapi.h | 10 -----
main/solenv/src/version.c | 4 --
main/vcl/inc/unx/salbmp.h | 44 ----------------------
7 files changed, 90 deletions(-)
diff --git a/main/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
b/main/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
index 6600a85783..379a5ac6ae 100644
--- a/main/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
+++ b/main/bean/native/unix/com_sun_star_beans_LocalOfficeWindow.c
@@ -85,11 +85,3 @@ JNIEXPORT jlong JNICALL
Java_com_sun_star_beans_LocalOfficeWindow_getNativeWindo
-
-
-
-
-
-
-
-
diff --git a/main/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
b/main/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
index 3ba97375e4..9cd4c6f293 100644
--- a/main/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/main/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -133,11 +133,3 @@ JNIEXPORT jlong JNICALL
Java_com_sun_star_comp_beans_LocalOfficeWindow_getNative
-
-
-
-
-
-
-
-
diff --git a/main/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
b/main/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
index c2cf849a9c..2295070f6d 100644
--- a/main/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
+++ b/main/bean/native/win32/com_sun_star_beans_LocalOfficeWindow.c
@@ -88,11 +88,3 @@ JNIEXPORT jlong JNICALL
Java_com_sun_star_beans_LocalOfficeWindow_getNativeWindo
}
-
-
-
-
-
-
-
-
diff --git a/main/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
b/main/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
index c8c2f04c5e..f23e68468e 100644
--- a/main/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/main/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -203,11 +203,3 @@ static LRESULT APIENTRY OpenOfficeWndProc(
}
-
-
-
-
-
-
-
-
diff --git a/main/sal/systools/win32/uwinapi/Uwinapi.h
b/main/sal/systools/win32/uwinapi/Uwinapi.h
index caa248ca6d..e5a17c8a49 100644
--- a/main/sal/systools/win32/uwinapi/Uwinapi.h
+++ b/main/sal/systools/win32/uwinapi/Uwinapi.h
@@ -133,16 +133,6 @@ static rettype calltype func##_##Failure params \
} \
EXTERN_C rettype calltype func##_##resolve params
-
-
-
-
-
-
-
-
-
-
#define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params
) \
EXTERN_C _declspec( dllexport ) FARPROC module##_##func##_Ptr; \
static _declspec ( naked ) func##_Thunk() \
diff --git a/main/solenv/src/version.c b/main/solenv/src/version.c
index 213fe2787b..2abcc44f8d 100644
--- a/main/solenv/src/version.c
+++ b/main/solenv/src/version.c
@@ -19,10 +19,6 @@
*
*************************************************************/
-
-
-
-
#include <_version.h>
diff --git a/main/vcl/inc/unx/salbmp.h b/main/vcl/inc/unx/salbmp.h
index fdc215a3e6..2987404402 100644
--- a/main/vcl/inc/unx/salbmp.h
+++ b/main/vcl/inc/unx/salbmp.h
@@ -187,47 +187,3 @@ public:
};
#endif // _SV_SALBMP_HXX
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-