This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 5482d78728 Small cleanup
5482d78728 is described below
commit 5482d7872877051ad3a917b0b7630a769161c370
Author: mseidel <[email protected]>
AuthorDate: Sun Nov 10 14:06:05 2024 +0100
Small cleanup
(cherry picked from commit f87a34a3c770e340a156c6dc7b84857a5062f4a3)
---
main/scp2/source/canvas/vclcanvas.scp | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/main/scp2/source/canvas/vclcanvas.scp
b/main/scp2/source/canvas/vclcanvas.scp
index d47d830d7f..8cc5fa500a 100644
--- a/main/scp2/source/canvas/vclcanvas.scp
+++ b/main/scp2/source/canvas/vclcanvas.scp
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,24 +7,22 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
-
-
#include "macros.inc"
#ifdef OS2
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_VCLCanvas, vclcanva)
#else
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_VCLCanvas, vclcanvas.uno)
-#endif
\ No newline at end of file
+#endif