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 b6d723d697 Fix 'the the' (although that was a nice band...)
b6d723d697 is described below
commit b6d723d6970921eb40d52d4d20be23a1b50ee7dc
Author: mseidel <[email protected]>
AuthorDate: Sat Feb 28 02:39:14 2026 +0100
Fix 'the the' (although that was a nice band...)
---
main/LICENSE | 2 +-
main/editeng/inc/editeng/AccessibleContextBase.hxx | 2 +-
main/filter/source/xsltfilter/XSLTFilter.cxx | 2 +-
.../OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx | 2 +-
main/sc/source/ui/inc/AccessibleContextBase.hxx | 2 +-
main/sd/source/ui/accessibility/AccessiblePageShape.cxx | 2 +-
main/sd/source/ui/sidebar/SidebarFocusManager.hxx | 2 +-
main/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx | 2 +-
main/sfx2/source/sidebar/FocusManager.hxx | 2 +-
main/svx/source/inc/svxrectctaccessiblecontext.hxx | 2 +-
main/toolkit/test/accessibility/AccessibilityTree.java | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/main/LICENSE b/main/LICENSE
index bd8eb18cd0..488e5acede 100644
--- a/main/LICENSE
+++ b/main/LICENSE
@@ -205,7 +205,7 @@ APACHE OpenOffice SUBCOMPONENTS:
Apache OpenOffice includes a number of subcomponents with
separate copyright notices and license terms. Your use of the source
-code for the these subcomponents is subject to the terms and
+code for these subcomponents is subject to the terms and
conditions of the following licenses.
____
diff --git a/main/editeng/inc/editeng/AccessibleContextBase.hxx
b/main/editeng/inc/editeng/AccessibleContextBase.hxx
index edacc67d91..dc6e9d632f 100644
--- a/main/editeng/inc/editeng/AccessibleContextBase.hxx
+++ b/main/editeng/inc/editeng/AccessibleContextBase.hxx
@@ -360,7 +360,7 @@ private:
::com::sun::star::accessibility::XAccessible> mxParent;
/** Description of this object. This is not a constant because it
can
- be set from the outside. Furthermore, it changes according the the
+ be set from the outside. Furthermore, it changes according to the
draw page's display mode.
*/
::rtl::OUString msDescription;
diff --git a/main/filter/source/xsltfilter/XSLTFilter.cxx
b/main/filter/source/xsltfilter/XSLTFilter.cxx
index 7f6ffd7b00..a6ffa0fb4d 100644
--- a/main/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/main/filter/source/xsltfilter/XSLTFilter.cxx
@@ -522,7 +522,7 @@ sal_Bool XSLTFilter::exporter(
}
}
-// for the DocumentHandler implementation, we just proxy the the
+// for the DocumentHandler implementation, we just proxy the
// events to the XML writer that we created upon the output stream
// that was provided by the XMLFilterAdapter
void XSLTFilter::startDocument() throw (SAXException,RuntimeException){
diff --git
a/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
b/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
index ea4bdf6363..3e90fb2078 100644
---
a/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
+++
b/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
@@ -218,7 +218,7 @@ sal_Bool XFlatXml::exporter(
return sal_True;
}
-// for the DocumentHandler implementation, we just proxy the the
+// for the DocumentHandler implementation, we just proxy the
// events to the XML writer that we created upon the output stream
// that was provided by the XMLFilterAdapter
void XFlatXml::startDocument() throw (SAXException,RuntimeException){
diff --git a/main/sc/source/ui/inc/AccessibleContextBase.hxx
b/main/sc/source/ui/inc/AccessibleContextBase.hxx
index 96bb189352..3b1d029e04 100644
--- a/main/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/main/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -318,7 +318,7 @@ protected:
private:
/** Description of this object. This is not a constant because it
can
- be set from the outside. Furthermore, it changes according the the
+ be set from the outside. Furthermore, it changes according to the
draw page's display mode.
*/
::rtl::OUString msDescription;
diff --git a/main/sd/source/ui/accessibility/AccessiblePageShape.cxx
b/main/sd/source/ui/accessibility/AccessiblePageShape.cxx
index ec3b1fa4a0..5b0d1b04ff 100644
--- a/main/sd/source/ui/accessibility/AccessiblePageShape.cxx
+++ b/main/sd/source/ui/accessibility/AccessiblePageShape.cxx
@@ -209,7 +209,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getForeground (void)
-/** Extract the background color from the Background property of eithe the
+/** Extract the background color from the Background property of either the
draw page or its master page.
*/
sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
diff --git a/main/sd/source/ui/sidebar/SidebarFocusManager.hxx
b/main/sd/source/ui/sidebar/SidebarFocusManager.hxx
index c77b5a9612..fed5976d4d 100644
--- a/main/sd/source/ui/sidebar/SidebarFocusManager.hxx
+++ b/main/sd/source/ui/sidebar/SidebarFocusManager.hxx
@@ -91,7 +91,7 @@ public:
::Window* pTarget);
/** Let the focus manager transfer the focus from the specified source
- window to a target window that is determined according the the
+ window to a target window that is determined according to the
registered links and the given key code.
When there is no rule for this combination of source window and key
code then the focus stays where it is.
diff --git a/main/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
b/main/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
index ca09e0dbf4..847c7d6110 100644
--- a/main/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
+++ b/main/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx
@@ -205,7 +205,7 @@ public:
const bool bClampToValidRange = true) const;
/** Return an object that describes the logical and visual properties of
- where to do an insert operation when the user would release the the
+ where to do an insert operation when the user would release the
mouse button at the given position after a drag operation and of
where and how to display an insertion indicator.
@param rModelPosition
diff --git a/main/sfx2/source/sidebar/FocusManager.hxx
b/main/sfx2/source/sidebar/FocusManager.hxx
index 4ca5b92e41..defec190a3 100644
--- a/main/sfx2/source/sidebar/FocusManager.hxx
+++ b/main/sfx2/source/sidebar/FocusManager.hxx
@@ -123,7 +123,7 @@ private:
bool IsDeckTitleVisible (void) const;
bool IsPanelTitleVisible (const sal_Int32 nPanelIndex) const;
- /** Set the focus to the title bar of the panel or, if the the
+ /** Set the focus to the title bar of the panel or, if the
title bar is not visible, directly to the panel.
@param nPanelIndex
Index of the panel to focus.
diff --git a/main/svx/source/inc/svxrectctaccessiblecontext.hxx
b/main/svx/source/inc/svxrectctaccessiblecontext.hxx
index 258802e378..e3fe57271c 100644
--- a/main/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/main/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -531,7 +531,7 @@ protected:
private:
/** Description of this object. This is not a constant because it
can
- be set from the outside. Furthermore, it changes according the the
+ be set from the outside. Furthermore, it changes according to the
draw page's display mode.
*/
::rtl::OUString msDescription;
diff --git a/main/toolkit/test/accessibility/AccessibilityTree.java
b/main/toolkit/test/accessibility/AccessibilityTree.java
index 12337d222f..f0404f4792 100644
--- a/main/toolkit/test/accessibility/AccessibilityTree.java
+++ b/main/toolkit/test/accessibility/AccessibilityTree.java
@@ -115,7 +115,7 @@ public class AccessibilityTree
((AccessibilityTreeModel)maTree.getModel()).setCanvas (maCanvas);
}
- /** Expand the nodes in the subtree rooted in aNode according to the the
+ /** Expand the nodes in the subtree rooted in aNode according to the
specified expander. The tree is locked during the expansion.
*/
protected void expandTree (AccessibleTreeNode aNode, Expander aExpander)