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 1db5ec8575 Fixed typo (disbaled), cleanup
1db5ec8575 is described below
commit 1db5ec8575b7b2c5bada9d68395a629742b63626
Author: mseidel <[email protected]>
AuthorDate: Tue Feb 25 01:39:30 2025 +0100
Fixed typo (disbaled), cleanup
(cherry picked from commit 60648a4a430eef87d19841be6cf95dca42f426f1)
---
main/sal/inc/osl/signal.h | 22 ++++++++--------
main/svx/qa/unoapi/knownissues.xcl | 22 ++++++++--------
.../com/sun/star/wizards/web/WWD_Startup.java | 29 +++++++++++-----------
3 files changed, 35 insertions(+), 38 deletions(-)
diff --git a/main/sal/inc/osl/signal.h b/main/sal/inc/osl/signal.h
index 5961bc73e6..49cb820fcd 100644
--- a/main/sal/inc/osl/signal.h
+++ b/main/sal/inc/osl/signal.h
@@ -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,20 +7,18 @@
* 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.
- *
+ *
*************************************************************/
-
-
#ifndef _OSL_SIGNAL_H_
#define _OSL_SIGNAL_H_
@@ -67,13 +65,13 @@ typedef enum
#endif
typedef struct
-{
+{
oslSignal Signal;
sal_Int32 UserSignal;
void* UserData;
} oslSignalInfo;
-#if defined( SAL_W32) || defined(SAL_OS2)
+#if defined( SAL_W32) || defined(SAL_OS2)
# pragma pack(pop)
#endif
@@ -92,11 +90,11 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32
UserSignal, void* UserData);
On default error reporting is enabled after process startup.
@param bEnable [in]
- Enables or disables error reporting.
-
- @return
+ Enables or disables error reporting.
+
+ @return
sal_True if previous state of error reporting was enabled<br>
- sal_False if previous state of error reporting was disbaled<br>
+ sal_False if previous state of error reporting was disabled<br>
*/
sal_Bool SAL_CALL osl_setErrorReporting( sal_Bool bEnable );
diff --git a/main/svx/qa/unoapi/knownissues.xcl
b/main/svx/qa/unoapi/knownissues.xcl
index ebb44cb32f..2664b2379b 100644
--- a/main/svx/qa/unoapi/knownissues.xcl
+++ b/main/svx/qa/unoapi/knownissues.xcl
@@ -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,33 +7,33 @@
# 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.
-#
+#
# *************************************************************
### i85263 ###
svx.SvxShape::com::sun::star::drawing::TextProperties::TextWritingMode
svx.SvxShapeConnector::com::sun::star::drawing::TextProperties::TextWritingMode
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i46736 ###
svx.AccessibleImageBullet
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
-### i85501 ###
+### i85501 ###
svx.SvxGraphCtrlAccessibleContext
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i85539 ###
svx.AccessiblePresentationShape
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i85476 ###
svx.SvxUnoText::com::sun::star::text::XTextRangeMover
@@ -94,11 +94,11 @@ svx.SvxUnoTextRange::com::sun::star::beans::XPropertySet
### i90294 ###
svx.GraphicExporter
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i98339 ###
svx.AccessibleControlShape
-# -> disbaled in svx.sce
+# -> disabled in svx.sce
### i111114 ###
svx.AccessiblePresentationOLEShape::com::sun::star::accessibility::XAccessibleComponent
diff --git a/main/wizards/com/sun/star/wizards/web/WWD_Startup.java
b/main/wizards/com/sun/star/wizards/web/WWD_Startup.java
index 623d8ec57d..0cc73d2c7e 100644
--- a/main/wizards/com/sun/star/wizards/web/WWD_Startup.java
+++ b/main/wizards/com/sun/star/wizards/web/WWD_Startup.java
@@ -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,19 +7,18 @@
* 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.
- *
+ *
*************************************************************/
-
package com.sun.star.wizards.web;
//import com.sun.star.awt.ItemEvent;
@@ -96,12 +95,12 @@ import com.sun.star.wizards.web.data.CGStyle;
* Each group (all elements of a vector) uses the same DataObject,
* so when I change the underlying dataObject, I change the whole vector's
DataObject,
* thus actualizing UI.<br/>
- * This is what happends when a session loads: I Load the session into
+ * This is what happens when a session loads: I Load the session into
* a tree of DataObjects, and change the DataAware's DataObject. <br/>
* One could also look at this as a kind of "View-Model" relationship.
* The controls are the View, The DataObjects are the Model, containing the
* Data rad directly from the configuration, and the DataAware objects
- * are the controller inbetween.
+ * are the controller in between.
*
* @author rpiterman
*
@@ -112,7 +111,7 @@ public abstract class WWD_Startup extends WWD_General
SimpleDataAware sda = null;
/**
* This is currently not used.
- * It should have been a Listener which invoces
+ * It should have been a Listener which invokes
* an Update to the Preview-Document, only
* We did not implement the live-preview document,
* so this became obsolete.
@@ -214,7 +213,7 @@ public abstract class WWD_Startup extends WWD_General
* He - my constructor !
* I call/do here in this order: <br/>
* Check if ftp http proxy is set, and warn user he can not use
- * ftp if it is.<br/>
+ * ftp if it is.<br/>
* draw NaviBar and steps 1 to 7, incl. Step X,
* which is the Layouts ImageList on step 3.<br/>
* load the settings from the configuration. <br/>
@@ -225,7 +224,7 @@ public abstract class WWD_Startup extends WWD_General
* check the content (documents) specified in the default session.<br/>
* fill the list boxes (saved sessions, styles, combobox save session).
<br/>
* make data aware. <br/>
- * updateUI (refreshes the display to crrespond to the data in
+ * updateUI (refreshes the display to correspond to the data in
* the default session.)<br/>
* fill the documents listbox. <br/>
* if proxies are set, disable the ftp controls in step 7.
@@ -342,7 +341,7 @@ public abstract class WWD_Startup extends WWD_General
/**
* fills the road map, and sets the necessary properties,
* like MaxStep, Complete, Interactive-
- * Disables the finbihButton.
+ * Disables the finishButton.
*/
private void addRoadMapItems()
{
@@ -511,7 +510,7 @@ public abstract class WWD_Startup extends WWD_General
settings.savedSessions.clear();
for (int i = 0; i < sessions.length; i++)
{
- settings.savedSessions.add(i, sessions[i]); // add an empty
session to the saved session list which apears in step 1
+ settings.savedSessions.add(i, sessions[i]); // add an empty
session to the saved session list which appears in step 1
}
CGSessionName sn = new CGSessionName();
sn.cp_Name = resources.resSessionNameNone;
@@ -769,7 +768,7 @@ public abstract class WWD_Startup extends WWD_General
/**
* changes the DataAwares Objects' (in
- * the gioen list) DataObject to the
+ * the given list) DataObject to the
* @param data
* @param list
*/
@@ -856,7 +855,7 @@ public abstract class WWD_Startup extends WWD_General
{
if (!checkDocument((CGDocument)
content.cp_Documents.getElementAt(i), task, xC))
// I use here 'i--' since, when the document is removed
- // an index change accures
+ // an index change occurs
{
content.cp_Documents.remove(i--);
/*for (Iterator i =
content.cp_Contents.childrenMap.values().iterator(); i.hasNext();)
@@ -883,7 +882,7 @@ public abstract class WWD_Startup extends WWD_General
/**
* Disables/enables the docUpDown buttons (step 2)
* according to the currently selected document
- * (no doc selected - both disbaled, last doc selected,
+ * (no doc selected - both disabled, last doc selected,
* down disabled and so on...)
*
*/