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 2bfabe857a Adjusting version number before cherry-picking it for AOO42X
2bfabe857a is described below
commit 2bfabe857a8430ad7a3e9a492828a78c93b04c5a
Author: mseidel <[email protected]>
AuthorDate: Thu Apr 28 21:43:57 2022 +0200
Adjusting version number before cherry-picking it for AOO42X
---
main/offapi/com/sun/star/logging/SyslogHandler.idl | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/main/offapi/com/sun/star/logging/SyslogHandler.idl
b/main/offapi/com/sun/star/logging/SyslogHandler.idl
index 5369e5f15c..c94647f7c6 100644
--- a/main/offapi/com/sun/star/logging/SyslogHandler.idl
+++ b/main/offapi/com/sun/star/logging/SyslogHandler.idl
@@ -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,16 +7,16 @@
* 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.
- *
+ *
*************************************************************/
@@ -24,7 +24,7 @@
#ifndef __com_sun_star_logging_SyslogHandler_idl__
#define __com_sun_star_logging_SyslogHandler_idl__
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
#endif
#ifndef __com_sun_star_beans_NamedValue_idl__
@@ -33,7 +33,7 @@
//=============================================================================
-module com { module sun { module star { module logging {
+module com { module sun { module star { module logging {
interface XLogHandler;
@@ -54,7 +54,7 @@ interface XLogHandler;
@see XLogHandler::Encoding
- @since OpenOffice 4.5
+ @since OpenOffice 4.2
*/
service SyslogHandler : XLogHandler
{
@@ -83,7 +83,7 @@ service SyslogHandler : XLogHandler
//=============================================================================
-}; }; }; };
+}; }; }; };
//=============================================================================