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
commit 5dd6f749156454825f14465d26f962e75d061263 Author: John Bampton <[email protected]> AuthorDate: Thu Jan 1 00:11:41 2026 +1000 Fix typos (#454) * Fix typos * Regenerate ignored words list (cherry picked from commit 963f188bc36ea5a201e277d1528f7a830d23a1db) --- main/cpputools/source/unoexe/unoexe.cxx | 2 +- main/desktop/source/deployment/manager/dp_extensionmanager.cxx | 2 +- main/desktop/source/deployment/manager/dp_manager.cxx | 2 +- main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx | 2 +- main/filter/source/flash/swfwriter1.cxx | 6 +++--- main/fpicker/source/win32/filepicker/FileOpenDlg.hxx | 2 +- main/idl/source/prj/command.cxx | 2 +- main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl | 2 +- main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl | 2 +- main/oox/source/xls/viewsettings.cxx | 6 +++--- main/slideshow/source/engine/tools.cxx | 2 +- main/slideshow/source/engine/transitions/slidechangebase.cxx | 2 +- main/svx/source/unodraw/unobrushitemhelper.cxx | 2 +- main/ucb/workben/ucb/ucbdemo.cxx | 2 +- main/writerfilter/source/ooxml/factorytools.xsl | 4 ++-- main/xmloff/source/text/txtprmap.cxx | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/main/cpputools/source/unoexe/unoexe.cxx b/main/cpputools/source/unoexe/unoexe.cxx index f71819a9bb..ca7625665d 100644 --- a/main/cpputools/source/unoexe/unoexe.cxx +++ b/main/cpputools/source/unoexe/unoexe.cxx @@ -422,7 +422,7 @@ static Reference< XInterface > loadComponent( Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY ); if (xSFac.is()) { - out( "\n> warning: ignroing context for implementation \"" ); + out( "\n> warning: ignoring context for implementation \"" ); out( rImplName ); out( "\"!" ); xInstance = xSFac->createInstance(); diff --git a/main/desktop/source/deployment/manager/dp_extensionmanager.cxx b/main/desktop/source/deployment/manager/dp_extensionmanager.cxx index 0b794a1708..4104567102 100644 --- a/main/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/main/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -472,7 +472,7 @@ bool ExtensionManager::isUserDisabled( it is not disabled by the user, then it is always registered. Otherwise an extension is only registered when there is no registered extension in one of the repositories with a higher priority. That is, if the extension is from - the shared repository and an active extension with the same identifer is in + the shared repository and an active extension with the same identifier is in the user repository, then the extension is not registered. Similarly a bundled extension is not registered if there is an active extension with the same identifier in the shared or user repository. diff --git a/main/desktop/source/deployment/manager/dp_manager.cxx b/main/desktop/source/deployment/manager/dp_manager.cxx index b019f10355..55556ac204 100644 --- a/main/desktop/source/deployment/manager/dp_manager.cxx +++ b/main/desktop/source/deployment/manager/dp_manager.cxx @@ -1329,7 +1329,7 @@ bool PackageManagerImpl::synchronizeRemovedExtensions( dp_misc::getDescriptionInfoset(url); OSL_ENSURE(infoset.hasDescription(), "Extension Manager: bundled and shared extensions " - "must have an identifer and a version"); + "must have an identifier and a version"); if (infoset.hasDescription() && infoset.getIdentifier() && (! i->first.equals(*(infoset.getIdentifier())) diff --git a/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx b/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx index 05dfa8d4e5..088e5ec773 100644 --- a/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx +++ b/main/drawinglayer/source/primitive3d/polygontubeprimitive3d.cxx @@ -197,7 +197,7 @@ namespace drawinglayer if(nCount) { - // rotate to have sphere cap orientned to negative X-Axis; do not + // rotate to have sphere cap oriented to negative X-Axis; do not // forget to transform normals, too basegfx::B3DHomMatrix aSphereTrans; diff --git a/main/filter/source/flash/swfwriter1.cxx b/main/filter/source/flash/swfwriter1.cxx index 8fd3343fad..de6b4cde1b 100644 --- a/main/filter/source/flash/swfwriter1.cxx +++ b/main/filter/source/flash/swfwriter1.cxx @@ -960,7 +960,7 @@ void Writer::Impl_writeImage( const BitmapEx& rBmpEx, const Point& rPt, const Si Rectangle cropRect(destRect); - // AS: The bmp origion is always 0,0 so we have to adjust before we crop. + // AS: The bmp origin is always 0,0 so we have to adjust before we crop. cropRect.Move(-srcPt.X(), -srcPt.Y()); // AS: Rectangle has no scale function (?!) so I do it manually... Rectangle cropPixelRect(static_cast<long>(cropRect.Left()*XScale), @@ -1043,9 +1043,9 @@ void Writer::Impl_writeBmp( sal_uInt16 nBitmapId, sal_uInt32 width, sal_uInt32 h void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal_uInt32 nJpgDataLength, sal_uInt8 *pAlphaCompressed, sal_uInt32 alpha_compressed_size ) { - // AS: Go through the actuall JPEG bits, separating out the + // AS: Go through the actual JPEG bits, separating out the // header fields from the actual image fields. Fields are - // identifed by 0xFFXX where XX is the field type. Both + // identified by 0xFFXX where XX is the field type. Both // the header and the image need start and stop (D8 and D9), // so that's why you see those written to both. I don't // really know what the rest of these are, I got it to work diff --git a/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx index 22b9fc0939..16075788ba 100644 --- a/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/main/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -137,7 +137,7 @@ class CFileOpenDialog { public: // ctor - // bFileOpenDialog idicates if we want a FileOpen or FileSave + // bFileOpenDialog indicates if we want a FileOpen or FileSave // dialog // dwFlags see OPENFILENAME // dwTemplateId - an ID for custom templates diff --git a/main/idl/source/prj/command.cxx b/main/idl/source/prj/command.cxx index 4e2afd01eb..1cdcd8381c 100644 --- a/main/idl/source/prj/command.cxx +++ b/main/idl/source/prj/command.cxx @@ -62,7 +62,7 @@ char const * SyntaxStrings[] = { "\ttype definition:", "\tstruct | union identifier", "\t'{'", -"\t\t{ type idetifier }", +"\t\t{ type identifier }", "\t'}'", "\t|", "\tenum identifier", diff --git a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl index 15dffdc2d0..4a61104303 100644 --- a/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl +++ b/main/offapi/com/sun/star/ui/ModuleUICommandDescription.idl @@ -61,7 +61,7 @@ service ModuleUICommandDescription <li><b>Name</b><br>a string which specifies the short name of the user interface command without any additional information. It can be used for the bubble help.</li> <li><b>Popup</b><br>a boolean which specifies if the user interface command is a unique - identifer for a popup menu. A popup menu has a label, but is not bound to a command.</li> + identifier for a popup menu. A popup menu has a label, but is not bound to a command.</li> </ul> The key to a user interface command description is the user interface command itself which has the following syntax ".uno:$Command". For example ".uno:Open" shows the file open dialog. diff --git a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl index 71e0b21d0f..88f50547cb 100644 --- a/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl +++ b/main/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module ui { <li><b>Name</b>a string that identifies a single user interface element within a type class.</li> <li><b>Module</b>a string that identifies a single module of OpenOffice.</li> <ul> - A combination of these three property values can uniquely identifiy every user interface + A combination of these three property values can uniquely identify every user interface element within OpenOffice. Currently the following user interface element types are defined: diff --git a/main/oox/source/xls/viewsettings.cxx b/main/oox/source/xls/viewsettings.cxx index f28da1d4e0..1f89c0ff47 100644 --- a/main/oox/source/xls/viewsettings.cxx +++ b/main/oox/source/xls/viewsettings.cxx @@ -124,7 +124,7 @@ const sal_Int16 API_SPLITMODE_NONE = 0; /// No splits in const sal_Int16 API_SPLITMODE_SPLIT = 1; /// Window is split. const sal_Int16 API_SPLITMODE_FREEZE = 2; /// Window has frozen panes. -// no predefined constants for pane idetifiers +// no predefined constants for pane identifiers const sal_Int16 API_SPLITPANE_TOPLEFT = 0; /// Top-left, or top pane. const sal_Int16 API_SPLITPANE_TOPRIGHT = 1; /// Top-right pane. const sal_Int16 API_SPLITPANE_BOTTOMLEFT = 2; /// Bottom-left, bottom, left, or single pane. @@ -512,7 +512,7 @@ void SheetViewSettings::finalizeImport() { /* Frozen panes: handle split position as row/column positions. #i35812# Excel uses number of visible rows/columns in the - frozen area (rows/columns scolled outside are not incuded), + frozen area (rows/columns scrolled outside are not included), Calc uses absolute position of first unfrozen row/column. */ const CellAddress& rMaxApiPos = getAddressConverter().getMaxApiAddress(); if( (xModel->mfSplitX >= 1.0) && (xModel->maFirstPos.Column + xModel->mfSplitX <= rMaxApiPos.Column) ) @@ -668,7 +668,7 @@ void ViewSettings::importWindow1( BiffInputStream& rStrm ) sal_uInt16 nWinX, nWinY, nWinWidth, nWinHeight; rStrm >> nWinX >> nWinY >> nWinWidth >> nWinHeight; - // WINDOW1 record occures in every sheet in BIFF4W + // WINDOW1 record occurs in every sheet in BIFF4W OSL_ENSURE( maBookViews.empty() || ((getBiff() == BIFF4) && isWorkbookFile()), "ViewSettings::importWindow1 - multiple WINDOW1 records" ); WorkbookViewModel& rModel = createWorkbookView(); diff --git a/main/slideshow/source/engine/tools.cxx b/main/slideshow/source/engine/tools.cxx index 1106ee6aff..c900724029 100644 --- a/main/slideshow/source/engine/tools.cxx +++ b/main/slideshow/source/engine/tools.cxx @@ -758,7 +758,7 @@ namespace slideshow { ::cppcanvas::CanvasSharedPtr pCanvas( rCanvas->clone() ); - // set transformation to identitiy (->device pixel) + // set transformation to identity (->device pixel) pCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); // #i42440# Fill the _full_ background in diff --git a/main/slideshow/source/engine/transitions/slidechangebase.cxx b/main/slideshow/source/engine/transitions/slidechangebase.cxx index 74cead4cf2..21ed3e3a43 100644 --- a/main/slideshow/source/engine/transitions/slidechangebase.cxx +++ b/main/slideshow/source/engine/transitions/slidechangebase.cxx @@ -126,7 +126,7 @@ SlideBitmapSharedPtr SlideChangeBase::createBitmap( const UnoViewSharedPtr& "SlideChangeBase::createBitmap(): " "Cannot create page bitmap canvas" ); - // set transformation to identitiy (->device pixel) + // set transformation to identity (->device pixel) pBitmapCanvas->setTransformation( ::basegfx::B2DHomMatrix() ); // clear bitmap to black diff --git a/main/svx/source/unodraw/unobrushitemhelper.cxx b/main/svx/source/unodraw/unobrushitemhelper.cxx index ff83649a40..41abf335cc 100644 --- a/main/svx/source/unodraw/unobrushitemhelper.cxx +++ b/main/svx/source/unodraw/unobrushitemhelper.cxx @@ -289,7 +289,7 @@ SvxBrushItem getSvxBrushItemFromSourceSet(const SfxItemSet& rSourceSet, sal_uInt const XFillBitmapItem& rBmpItm = static_cast< const XFillBitmapItem& >(rSourceSet.Get(XATTR_FILLBITMAP, bSearchInParents)); const Graphic aGraphic(rBmpItm.GetGraphicObject().GetGraphic()); - // continue idependent of evtl. GRAPHIC_NONE as aGraphic.GetType(), we still need to rescue positions + // continue independent of evtl. GRAPHIC_NONE as aGraphic.GetType(), we still need to rescue positions SvxGraphicPosition aSvxGraphicPosition(GPOS_NONE); const XFillBmpStretchItem& rStretchItem = static_cast< const XFillBmpStretchItem& >(rSourceSet.Get(XATTR_FILLBMP_STRETCH, bSearchInParents)); const XFillBmpTileItem& rTileItem = static_cast< const XFillBmpTileItem& >(rSourceSet.Get(XATTR_FILLBMP_TILE, bSearchInParents)); diff --git a/main/ucb/workben/ucb/ucbdemo.cxx b/main/ucb/workben/ucb/ucbdemo.cxx index a11d0184c1..6bddcf3f12 100644 --- a/main/ucb/workben/ucb/ucbdemo.cxx +++ b/main/ucb/workben/ucb/ucbdemo.cxx @@ -843,7 +843,7 @@ UcbContent* UcbContent::create( ////////////////////////////////////////////////////////////////////// // Get XContentIdentifier interface from UCB and let it create an - // identifer for the given URL. + // identifier for the given URL. ////////////////////////////////////////////////////////////////////// uno::Reference< ucb::XContentIdentifierFactory > xIdFac = diff --git a/main/writerfilter/source/ooxml/factorytools.xsl b/main/writerfilter/source/ooxml/factorytools.xsl index 42365e08e6..4cf552e957 100644 --- a/main/writerfilter/source/ooxml/factorytools.xsl +++ b/main/writerfilter/source/ooxml/factorytools.xsl @@ -91,7 +91,7 @@ IDENTIFIERs <!-- -generates token identifer for a namespace +generates token identifier for a namespace NN_<namespace/@name> @@ -141,7 +141,7 @@ NN_<namespace/@name> <xsl:value-of select="translate(@name, '-', '_')"/> </xsl:template> -<!-- generates local part of identier for rng:define +<!-- generates local part of identifier for rng:define DEFINE_<rng:define/@name> diff --git a/main/xmloff/source/text/txtprmap.cxx b/main/xmloff/source/text/txtprmap.cxx index 508e7b4ad9..cabcdf304a 100644 --- a/main/xmloff/source/text/txtprmap.cxx +++ b/main/xmloff/source/text/txtprmap.cxx @@ -900,7 +900,7 @@ XMLPropertyMapEntry *lcl_txtprmap_getMap( sal_uInt16 nType ) pMap = aXMLTextPropMap; break; case TEXT_PROP_MAP_SHAPE_PARA: - // #125045# use [21] instead of [1] for text props for Shapes, idices + // #125045# use [21] instead of [1] for text props for Shapes, indices // [1..20] contain the DrawingLayer FillStyle attributes corresponding to // [XATTR_FILL_FIRST .. XATTR_FILL_LAST] and would be double since Shapes // already contain these (usually in aXMLSDProperties)
