From b887d634563b66903dddeafd51a98cebf8d33e05 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 23 Jan 2026 06:46:42 +1000 Subject: [PATCH 1/2] misc: fix spelling --- main/autodoc/source/cosv/fullcpp.mk | 2 +- main/extensions/source/ole/oleobjw.cxx | 2 +- main/odk/examples/DevelopersGuide/GUI/UnoMenu.java | 2 +- .../src/main/java/ifc/text/_TextGraphicObject.java | 2 +- main/rsc/source/prj/start.cxx | 2 +- main/sal/osl/os2/thread.c | 2 +- main/sal/qa/rtl/ostring/rtl_str.cxx | 4 ++-- main/sal/qa/rtl/oustring/rtl_ustr.cxx | 8 ++++---- main/sc/source/filter/inc/xiview.hxx | 2 +- .../source/engine/OGLTrans/OGLTrans_TransitionImpl.hxx | 2 +- main/svtools/source/contnr/fileview.cxx | 2 +- main/svx/inc/svx/AccessibleControlShape.hxx | 2 +- main/sw/source/ui/index/cnttab.cxx | 2 +- main/ucb/source/ucp/webdav/webdavcontent.cxx | 2 +- main/vcl/source/window/winproc.cxx | 2 +- main/vcl/unx/generic/app/i18n_ic.cxx | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/main/autodoc/source/cosv/fullcpp.mk b/main/autodoc/source/cosv/fullcpp.mk index 1fcededd461..8269da0acef 100644 --- a/main/autodoc/source/cosv/fullcpp.mk +++ b/main/autodoc/source/cosv/fullcpp.mk @@ -24,7 +24,7 @@ # --- Settings ----------------------------------------------------- -# Has to be inlcuded AFTER settings.mk ! +# Has to be included AFTER settings.mk ! .IF "$(GUI)"=="WNT" diff --git a/main/extensions/source/ole/oleobjw.cxx b/main/extensions/source/ole/oleobjw.cxx index b72a5f5548d..ec34431ef33 100644 --- a/main/extensions/source/ole/oleobjw.cxx +++ b/main/extensions/source/ole/oleobjw.cxx @@ -1248,7 +1248,7 @@ void SAL_CALL IUnknownWrapper_Impl::initialize( const Sequence< Any >& aArgument catch( Exception& e ) { throw RuntimeException( - OUSTR("[automation bridge] unexpected exception in IUnknownWrapper_Impl::initialiase() error message: \n") + e.Message, + OUSTR("[automation bridge] unexpected exception in IUnknownWrapper_Impl::initialize() error message: \n") + e.Message, Reference() ); } } diff --git a/main/odk/examples/DevelopersGuide/GUI/UnoMenu.java b/main/odk/examples/DevelopersGuide/GUI/UnoMenu.java index 29503b0ca31..d41cdcadcdc 100644 --- a/main/odk/examples/DevelopersGuide/GUI/UnoMenu.java +++ b/main/odk/examples/DevelopersGuide/GUI/UnoMenu.java @@ -128,7 +128,7 @@ public XTopWindow showTopWindow( Rectangle _aRectangle){ // set up a window description and create the window. A parent window is always necessary for this... com.sun.star.awt.WindowDescriptor aWindowDescriptor = new com.sun.star.awt.WindowDescriptor(); - // a TopWindow is contains a title bar and is able to inlude menus... + // a TopWindow is contains a title bar and is able to include menus... aWindowDescriptor.Type = WindowClass.TOP; // specify the position and height of the window on the parent window aWindowDescriptor.Bounds = _aRectangle; diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/_TextGraphicObject.java b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/_TextGraphicObject.java index c390501b54b..460c90a5d16 100644 --- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/_TextGraphicObject.java +++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/_TextGraphicObject.java @@ -61,7 +61,7 @@ *

* This test needs the following object relations : *