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 351838c4d8 Fix spelling (#365)
351838c4d8 is described below
commit 351838c4d8726bbb9f5f13e599b27a7f22b4a9bd
Author: John Bampton <[email protected]>
AuthorDate: Wed May 21 04:55:26 2025 +1000
Fix spelling (#365)
* Fix spelling
* Update ignored words list
* Update shell.cxx
---------
Co-authored-by: Matthias Seidel <[email protected]>
---
.github/linters/codespell.txt | 32 ----------------------
main/basic/inc/basic/sbstar.hxx | 2 +-
.../source/controller/main/ObjectHierarchy.cxx | 2 +-
.../source/inc/chartview/ExplicitValueProvider.hxx | 2 +-
main/chart2/source/view/axes/VCartesianAxis.cxx | 2 +-
main/chart2/source/view/main/ChartView.cxx | 2 +-
main/chart2/source/view/main/VDataSeries.cxx | 2 +-
main/cppuhelper/source/propshlp.cxx | 4 +--
main/dbaccess/source/ui/dlg/dsselect.cxx | 2 +-
main/desktop/source/migration/wizard.cxx | 2 +-
.../desktop/win32/source/QuickStart/QuickStart.cpp | 2 +-
main/extensions/source/propctrlr/commoncontrol.hxx | 2 +-
main/forms/source/xforms/submission.cxx | 2 +-
main/framework/inc/helper/oframes.hxx | 6 ++--
main/libxmlsec/xmlsec1-customkeymanage.patch | 6 ++--
.../examples/DevelopersGuide/Database/Sales.java | 2 +-
.../examples/DevelopersGuide/Drawing/Helper.java | 2 +-
main/odk/examples/DevelopersGuide/UCB/Helper.java | 2 +-
.../java/ConverterServlet/ConverterServlet.java | 2 +-
.../examples/java/Text/TextDocumentStructure.java | 2 +-
.../com/sun/star/chart2/data/HighlightedRange.idl | 2 +-
.../com/sun/star/embed/XTransactionBroadcaster.idl | 2 +-
.../sun/star/frame/XDispatchRecorderSupplier.idl | 2 +-
.../com/sun/star/inspection/XNumericControl.idl | 2 +-
.../com/sun/star/text/ReferenceFieldPart.idl | 4 +--
.../src/main/java/convwatch/ConvWatch.java | 2 +-
.../src/main/java/convwatch/MSOfficePrint.java | 2 +-
.../java/graphical/MSOfficePostscriptCreator.java | 2 +-
.../parser/rpt/FixedContentReadHandler.java | 2 +-
.../parser/rpt/FormattedTextReadHandler.java | 2 +-
.../pentaho/parser/rpt/ImageReadHandler.java | 2 +-
.../parser/rpt/MasterDetailReadHandler.java | 2 +-
.../pentaho/parser/rpt/SubDocumentReadHandler.java | 2 +-
main/sal/inc/rtl/logfile.hxx | 2 +-
main/sc/source/filter/excel/xlstyle.cxx | 2 +-
main/sc/source/ui/app/seltrans.cxx | 2 +-
main/sc/source/ui/vba/vbaworksheets.cxx | 2 +-
main/sc/source/ui/view/select.cxx | 2 +-
.../office/filesystem/OpenOfficeDocFileSystem.java | 2 +-
.../source/provider/MasterScriptProvider.cxx | 2 +-
.../source/provider/MasterScriptProvider.hxx | 2 +-
main/sd/source/ui/view/Outliner.cxx | 4 +--
main/sd/source/ui/view/ToolBarManager.cxx | 2 +-
main/svtools/source/control/fmtfield.cxx | 2 +-
.../accessibility/AccessibleControlShape.cxx | 2 +-
main/sw/inc/unochart.hxx | 2 +-
main/sw/source/core/frmedt/feshview.cxx | 8 +++---
main/sw/source/filter/xml/xmlimp.cxx | 2 +-
main/ucb/source/ucp/file/shell.cxx | 2 +-
main/ucb/source/ucp/file/shell.hxx | 2 +-
main/vcl/source/window/dlgctrl.cxx | 6 ++--
main/vcl/source/window/syswin.cxx | 2 +-
.../source/service/AccObjectManagerAgent.cxx | 2 +-
53 files changed, 64 insertions(+), 96 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index eb5562a24a..861099043a 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1839,16 +1839,10 @@ konwn
koordinate
kown
kyrillic
-labeld
-lable
-lablels
lables
-labouriously
laf
laiter
lama
-lanaguage
-langauge
langauges
languag
langugage
@@ -1912,16 +1906,8 @@ makfile
makro
makros
maline
-mamage
-mamber
-mambers
managament
-managenment
managet
-mananged
-mangager
-manger
-manualy
manuell
mape
maping
@@ -1931,7 +1917,6 @@ masqurade
mata
matchies
mater
-materail
mathed
mathes
mathods
@@ -1944,18 +1929,13 @@ maxmimum
maxmimums
mayu
mdoel
-meachnisms
meading
meaned
-meanining
meatfile
-meathod
meber
mechanismn
mechansim
-mechnism
mege
-mehods
memebr
memebrs
menas
@@ -1967,11 +1947,7 @@ menues
menutitems
meny
merrors
-mesage
-mesages
-messege
messeges
-messge
messges
methds
methid
@@ -1989,34 +1965,26 @@ migh
migt
migth
milimetre
-millimiters
mimick
mimicks
-minimial
mininum
miplementation
-mircosoft
mirrorn
mis
-misceancellous
misformed
mis-match
mismatich
misscounted
missmatch
missplaced
-misssing
misstypes
missuse
mmaped
mmatching
modell
modfel
-modfied
modfiy
-modifdied
modifed
-modifiy
modifyable
modul
moduls
diff --git a/main/basic/inc/basic/sbstar.hxx b/main/basic/inc/basic/sbstar.hxx
index c34d79de86..0fab4dd3d4 100644
--- a/main/basic/inc/basic/sbstar.hxx
+++ b/main/basic/inc/basic/sbstar.hxx
@@ -102,7 +102,7 @@ public:
StarBASIC( StarBASIC* pParent = NULL, sal_Bool bIsDocBasic = sal_False
);
- // #51727 SetModified overridden so that the Modfied-State is
+ // #51727 SetModified overridden so that the Modified-State is
// not delivered to Parent.
virtual void SetModified( sal_Bool );
diff --git a/main/chart2/source/controller/main/ObjectHierarchy.cxx
b/main/chart2/source/controller/main/ObjectHierarchy.cxx
index ad367586a7..59a4a35655 100644
--- a/main/chart2/source/controller/main/ObjectHierarchy.cxx
+++ b/main/chart2/source/controller/main/ObjectHierarchy.cxx
@@ -446,7 +446,7 @@ void ImplObjectHierarchy::createDataSeriesTree(
Reference< chart2::XDataSeries > xSeries(
aSeriesSeq[nSeriesIdx], uno::UNO_QUERY );
- // data lablels
+ // data labels
if( DataSeriesHelper::hasDataLabelsAtSeries( xSeries ) )
{
rtl::OUString aChildParticle(
ObjectIdentifier::getStringForType( OBJECTTYPE_DATA_LABELS ) );
diff --git a/main/chart2/source/inc/chartview/ExplicitValueProvider.hxx
b/main/chart2/source/inc/chartview/ExplicitValueProvider.hxx
index 4394f4740f..c8c04e54b1 100644
--- a/main/chart2/source/inc/chartview/ExplicitValueProvider.hxx
+++ b/main/chart2/source/inc/chartview/ExplicitValueProvider.hxx
@@ -50,7 +50,7 @@ class OOO_DLLPUBLIC_CHARTVIEW ExplicitValueProvider
{
public:
/** Gives calculated scale and increment values for a given xAxis in the
current view.
- In contrast to the model data these explicit values are always
complete as misssing auto properties are calculated.
+ In contrast to the model data these explicit values are always
complete as missing auto properties are calculated.
If the given Axis could not be found or for another reason no correct
output can be given false is returned.
*/
virtual sal_Bool getExplicitValuesForAxis(
diff --git a/main/chart2/source/view/axes/VCartesianAxis.cxx
b/main/chart2/source/view/axes/VCartesianAxis.cxx
index addac858fc..5f27c942fe 100644
--- a/main/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/main/chart2/source/view/axes/VCartesianAxis.cxx
@@ -1549,7 +1549,7 @@ void VCartesianAxis::createTickMarkLineShapes(
::std::vector< TickInfo >& rTickI
//add ticks at labels:
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++,
(*aTickIter).fScaledTickValue
, fInnerDirectionSign , rTickmarkProperties, bTicksAtLabels );
- //add ticks at axis (without lables):
+ //add ticks at axis (without labels):
if( !bOnlyAtLabels && m_aAxisProperties.m_eTickmarkPos ==
::com::sun::star::chart::ChartAxisMarkPosition_AT_LABELS_AND_AXIS )
rTickFactory2D.addPointSequenceForTickLine( aPoints, nN++,
(*aTickIter).fScaledTickValue
, m_aAxisProperties.m_fInnerDirectionSign,
rTickmarkProperties, !bTicksAtLabels );
diff --git a/main/chart2/source/view/main/ChartView.cxx
b/main/chart2/source/view/main/ChartView.cxx
index 33989d8ce8..39d45aa00d 100644
--- a/main/chart2/source/view/main/ChartView.cxx
+++ b/main/chart2/source/view/main/ChartView.cxx
@@ -2905,7 +2905,7 @@ void SAL_CALL ChartView::update() throw
(uno::RuntimeException)
//Although in general it is a bad idea to change the model from within the
view this is exceptionally the best place to do this special conversion.
//When a view update is requested (what happens for creating the metafile
or displaying
//the chart in edit mode or printing) it is most likely that all necessary
informations are available - like the underlying spreadsheet data for example.
- //Those data is important for the correct axis lable sizes which are
needed during conversion.
+ //Those data is important for the correct axis label sizes which are
needed during conversion.
if( DiagramHelper::switchDiagramPositioningToExcludingPositioning(
m_xChartModel, true, false ) )
impl_updateView();
}
diff --git a/main/chart2/source/view/main/VDataSeries.cxx
b/main/chart2/source/view/main/VDataSeries.cxx
index 53ff3ea5d3..d2206b9805 100644
--- a/main/chart2/source/view/main/VDataSeries.cxx
+++ b/main/chart2/source/view/main/VDataSeries.cxx
@@ -311,7 +311,7 @@ void VDataSeries::doSortByXValues()
//do sort
std::stable_sort( aTmp.begin(), aTmp.end(), lcl_LessXOfPoint() );
- //fill the sorted points back to the mambers
+ //fill the sorted points back to the members
m_aValues_X.Doubles.realloc( m_nPointCount );
m_aValues_Y.Doubles.realloc( m_nPointCount );
diff --git a/main/cppuhelper/source/propshlp.cxx
b/main/cppuhelper/source/propshlp.cxx
index ced46fd8b0..b37afc23f7 100644
--- a/main/cppuhelper/source/propshlp.cxx
+++ b/main/cppuhelper/source/propshlp.cxx
@@ -472,7 +472,7 @@ void OPropertySetHelper::setDependentFastPropertyValue(
sal_Int32 i_handle, cons
catch (const RuntimeException& ) { throw; /* allowed to
leave */ }
catch (const Exception& )
{
- // not allowed to leave this meathod
+ // not allowed to leave this method
WrappedTargetException aWrapped;
aWrapped.TargetException <<= ::cppu::getCaughtException();
aWrapped.Context = static_cast< XPropertySet* >( this );
@@ -540,7 +540,7 @@ void OPropertySetHelper::setFastPropertyValue( sal_Int32
nHandle, const Any& rVa
catch (const ::com::sun::star::uno::RuntimeException& )
{ throw; /* allowed to leave */ }
catch (const ::com::sun::star::uno::Exception& e )
{
- // not allowed to leave this meathod
+ // not allowed to leave this method
::com::sun::star::lang::WrappedTargetException
aWrap;
aWrap.Context = static_cast<
::com::sun::star::beans::XPropertySet* >( this );
aWrap.TargetException <<= e;
diff --git a/main/dbaccess/source/ui/dlg/dsselect.cxx
b/main/dbaccess/source/ui/dlg/dsselect.cxx
index 5e15b0b3df..7758d70b7e 100644
--- a/main/dbaccess/source/ui/dlg/dsselect.cxx
+++ b/main/dbaccess/source/ui/dlg/dsselect.cxx
@@ -150,7 +150,7 @@ ODatasourceSelectDialog::ODatasourceSelectDialog(Window*
_pParent, const StringB
fillListBox(_rDatasources);
#ifdef HAVE_ODBC_ADMINISTRATION
- // allow ODBC datasource managenment
+ // allow ODBC datasource management
if ( !_bAdabas )
{
m_aManageDatasources.Show();
diff --git a/main/desktop/source/migration/wizard.cxx
b/main/desktop/source/migration/wizard.cxx
index c892fc22b2..3c722beb3b 100644
--- a/main/desktop/source/migration/wizard.cxx
+++ b/main/desktop/source/migration/wizard.cxx
@@ -140,7 +140,7 @@ FirstStartWizard::FirstStartWizard( Window* pParent,
sal_Bool bLicenseNeedsAccep
m_pHelp->Hide();
m_pHelp->Disable();
- // save button lables
+ // save button labels
m_sNext = m_pNextPage->GetText();
m_sCancel = m_pCancel->GetText();
diff --git a/main/desktop/win32/source/QuickStart/QuickStart.cpp
b/main/desktop/win32/source/QuickStart/QuickStart.cpp
index 1a4c5ee7b0..b883ef4159 100644
--- a/main/desktop/win32/source/QuickStart/QuickStart.cpp
+++ b/main/desktop/win32/source/QuickStart/QuickStart.cpp
@@ -424,7 +424,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM
wParam, LPARAM lParam)
return 0;
}
-// Mesage handler for about box.
+// Message handler for about box.
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM)
{
switch (message)
diff --git a/main/extensions/source/propctrlr/commoncontrol.hxx
b/main/extensions/source/propctrlr/commoncontrol.hxx
index d12d8659c3..73bd222ab9 100644
--- a/main/extensions/source/propctrlr/commoncontrol.hxx
+++ b/main/extensions/source/propctrlr/commoncontrol.hxx
@@ -113,7 +113,7 @@ namespace pcr
<type>ControlHelper</type> is responsible for assuring the
lifetime of the instance
pointed to by <arg>_pAntiImpl</arg>.
@param _pModifyListener
- a listener to be modfied when the user modified the control's
value. the
+ a listener to be modified when the user modified the control's
value. the
<member>IModifyListener::modified</member> of this listener is
called from within our
ModifiedHdl. A default implementation of
<member>IModifyListener::modified</member>
would just call our <member>setModified</member>.
diff --git a/main/forms/source/xforms/submission.cxx
b/main/forms/source/xforms/submission.cxx
index 3cc059a994..5fbfb8f014 100644
--- a/main/forms/source/xforms/submission.cxx
+++ b/main/forms/source/xforms/submission.cxx
@@ -526,7 +526,7 @@ void SAL_CALL Submission::submitWithInteraction(
if( _rxHandler.is() )
{
- // labouriously create interaction request
+ // laboriously create interaction request
comphelper::OInteractionRequest* pRequest
= new comphelper::OInteractionRequest(
makeAny( aInvalidDataException ) );
diff --git a/main/framework/inc/helper/oframes.hxx
b/main/framework/inc/helper/oframes.hxx
index fcc3347181..f348603f22 100644
--- a/main/framework/inc/helper/oframes.hxx
+++ b/main/framework/inc/helper/oframes.hxx
@@ -77,7 +77,7 @@ namespace framework{
XElementAccess
@base OWeakObject
- @ATTENTION Don't use this class as direct member - use it
dynamicly. Do not derive from this class.
+ @ATTENTION Don't use this class as direct member - use it
dynamically. Do not derive from this class.
We hold a weakreference to our owner
not to our superclass.
@devstatus deprecated
@@ -170,7 +170,7 @@ class OFrames : private ThreadHelpBase , // Must
be the first of base
/*-****************************************************************************************************//**
@short get count of all current frames in container
@descr This is the beginning of full
index-access. With a count you can step over all items in container.
- Next call shuo�d be
getByIndex(). But these mechanism works only, if no lock in container is set!
+ Next call should be
getByIndex(). But these mechanism works only, if no lock in container is set!
@seealso class FrameContainer
@seealso method getByIndex()
@@ -306,7 +306,7 @@ class OFrames : private ThreadHelpBase , // Must
be the first of base
//-------------------------------------------------------------------------------------------------------------
/*-****************************************************************************************************//**
- @short debug-method to check incoming
parameter of some other mehods of this class
+ @short debug-method to check incoming
parameter of some other methods of this class
@descr The following methods are used to check
parameters for other methods
of this class. The return value
is used directly for an ASSERT(...).
diff --git a/main/libxmlsec/xmlsec1-customkeymanage.patch
b/main/libxmlsec/xmlsec1-customkeymanage.patch
index f8d3d7260f..189bec73d5 100644
--- a/main/libxmlsec/xmlsec1-customkeymanage.patch
+++ b/main/libxmlsec/xmlsec1-customkeymanage.patch
@@ -2987,7 +2987,7 @@
+ return(-1);
+ }
+
-+ /* Now we get all of the key materail */
++ /* Now we get all of the key material */
+ /* from now on we will wrap or unwrap the key */
+ if( ( blockSize = PK11_GetBlockSize( ctx->cipher , NULL ) ) < 0 ) {
+ xmlSecError( XMLSEC_ERRORS_HERE ,
@@ -4844,7 +4844,7 @@
+ keySlot = ( xmlSecNssKeySlotPtr )xmlSecPtrListGetItem(
_xmlSecNssKeySlotList, ksPos ) ;
+ /* If find the slot in the list */
+ if( keySlot != NULL && xmlSecNssKeySlotGetSlot( keySlot ) ==
slot ) {
-+ /* If mechnism type is valid, bind the slot with the
mechanism */
++ /* If mechanism type is valid, bind the slot with the
mechanism */
+ if( type != CKM_INVALID_MECHANISM ) {
+ if( xmlSecNssKeySlotEnableMech( keySlot, type )
< 0 ) {
+ xmlSecError( XMLSEC_ERRORS_HERE ,
@@ -4884,7 +4884,7 @@
+ return(-1);
+ }
+
-+ /* If mechnism type is valid, bind the slot with the mechanism
*/
++ /* If mechanism type is valid, bind the slot with the mechanism
*/
+ if( type != CKM_INVALID_MECHANISM ) {
+ if( xmlSecNssKeySlotEnableMech( keySlot, type ) < 0 ) {
+ xmlSecError( XMLSEC_ERRORS_HERE ,
diff --git a/main/odk/examples/DevelopersGuide/Database/Sales.java
b/main/odk/examples/DevelopersGuide/Database/Sales.java
index 0258363c5e..07a09ba22b 100644
--- a/main/odk/examples/DevelopersGuide/Database/Sales.java
+++ b/main/odk/examples/DevelopersGuide/Database/Sales.java
@@ -200,7 +200,7 @@ public class Sales
rs.absolute(4);
float price1 = row.getFloat(2);
- // modifiy the 4 row
+ // modify the 4 row
XRowUpdate updateRow =
(XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,rs);
XResultSetUpdate updateRs = ( XResultSetUpdate )UnoRuntime.
queryInterface(XResultSetUpdate.class,rs);
updateRow.updateFloat(2, 150);
diff --git a/main/odk/examples/DevelopersGuide/Drawing/Helper.java
b/main/odk/examples/DevelopersGuide/Drawing/Helper.java
index ab6fc71dc3..1ced44717f 100644
--- a/main/odk/examples/DevelopersGuide/Drawing/Helper.java
+++ b/main/odk/examples/DevelopersGuide/Drawing/Helper.java
@@ -30,7 +30,7 @@ public class Helper
// __________ static helper methods __________
/** Connect to an office, if no office is running a new instance is
started.
- * A new connection is established and the service manger from the running
+ * A new connection is established and the service manager from the running
* offic eis returned.
*/
static public com.sun.star.uno.XComponentContext connect()
diff --git a/main/odk/examples/DevelopersGuide/UCB/Helper.java
b/main/odk/examples/DevelopersGuide/UCB/Helper.java
index d1d35865bd..a44fcbefa0 100644
--- a/main/odk/examples/DevelopersGuide/UCB/Helper.java
+++ b/main/odk/examples/DevelopersGuide/UCB/Helper.java
@@ -54,7 +54,7 @@ public class Helper {
/**
* Constructor, create a new instance of the ucb. UNO is bootstrapped and
- * the remote office service manger is used to create the ucb. If
necessary
+ * the remote office service manager is used to create the ucb. If
necessary
* a new office process is started.
*
* @exception java.lang.Exception
diff --git a/main/odk/examples/java/ConverterServlet/ConverterServlet.java
b/main/odk/examples/java/ConverterServlet/ConverterServlet.java
index c06112a89a..ddde3dada6 100644
--- a/main/odk/examples/java/ConverterServlet/ConverterServlet.java
+++ b/main/odk/examples/java/ConverterServlet/ConverterServlet.java
@@ -165,7 +165,7 @@ public class ConverterServlet extends HttpServlet {
out.println( "</head>" );
out.println( "<body><br><p>");
out.println( "<b>Sorry, the conversion failed!</b></p>");
- out.println( "<p><b>Error Mesage:</b><br>" +
exc.getMessage() + "<br>");
+ out.println( "<p><b>Error Message:</b><br>" +
exc.getMessage() + "<br>");
exc.printStackTrace(out);
out.println( "</p></body><html>");
}
diff --git a/main/odk/examples/java/Text/TextDocumentStructure.java
b/main/odk/examples/java/Text/TextDocumentStructure.java
index 24b6ec0104..399a69b436 100644
--- a/main/odk/examples/java/Text/TextDocumentStructure.java
+++ b/main/odk/examples/java/Text/TextDocumentStructure.java
@@ -40,7 +40,7 @@ public class TextDocumentStructure {
xContext = com.sun.star.comp.helper.Bootstrap.bootstrap();
System.out.println("Connected to a running office ...");
- // get the rmeote service manger
+ // get the rmeote service manager
com.sun.star.lang.XMultiComponentFactory xMCF =
xContext.getServiceManager();
diff --git a/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
b/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
index b6079ed58a..bdc865f60c 100644
--- a/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
+++ b/main/offapi/com/sun/star/chart2/data/HighlightedRange.idl
@@ -55,7 +55,7 @@ struct HighlightedRange
/** If the highlighted range is visually highlighted and this
member is <TRUE/>, the range given in
- <member>RangeRepresentation</mamber> may be included in a
+ <member>RangeRepresentation</member> may be included in a
merged range rectangle spanning a bigger range.
*/
boolean AllowMerginigWithOtherRanges;
diff --git a/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
b/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
index 98fb9e33d3..35b3b98355 100644
--- a/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
+++ b/main/offapi/com/sun/star/embed/XTransactionBroadcaster.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module embed {
//============================================================================
-/** broadcasts messege in case transacted object is committed or reverted.
+/** broadcasts message in case transacted object is committed or reverted.
*/
published interface XTransactionBroadcaster: com::sun::star::uno::XInterface
{
diff --git a/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
b/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index f222cb9e14..b12be4f494 100644
--- a/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/main/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -75,7 +75,7 @@ published interface XDispatchRecorderSupplier:
com::sun::star::uno::XInterface
/** provides access on the recorder of this supplier
<p>
- Returned recorder can be used to record dispatches manualy or to get
+ Returned recorder can be used to record dispatches manually or to get
recorded data for further using e.g. saving. He is internally used too
due to the method
<member>XDispatchRecorderSupplier::dispatchAndRecord()</member>.
</p>
diff --git a/main/offapi/com/sun/star/inspection/XNumericControl.idl
b/main/offapi/com/sun/star/inspection/XNumericControl.idl
index eefa3f301c..e6114fb289 100644
--- a/main/offapi/com/sun/star/inspection/XNumericControl.idl
+++ b/main/offapi/com/sun/star/inspection/XNumericControl.idl
@@ -62,7 +62,7 @@ published interface XNumericControl : XPropertyControl
<p>Only a certain set of <type
scope="com::sun::star::util">MeasureUnit</type> values is
supported. In particular, every value which denotes a fraction of
another
- unit (like 100th millimiters) cannot be used as DisplayUnit.</p>
+ unit (like 100th millimeters) cannot be used as DisplayUnit.</p>
@throws com::sun::star::lang::IllegalArgumentException
if the caller attempts to set an unsupported <type
scope="com::sun::star::util">MeasureUnit</type>
diff --git a/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
b/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
index 2f6d983b89..423f91fbdf 100644
--- a/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
+++ b/main/offapi/com/sun/star/text/ReferenceFieldPart.idl
@@ -78,7 +78,7 @@ published constants ReferenceFieldPart
*/
const short ONLY_SEQUENCE_NUMBER = 7;
//-------------------------------------------------------------------------
- /** The numbering label and depending of the reference field context
numbering lables of
+ /** The numbering label and depending of the reference field context
numbering labels of
superior list levels of the reference are displayed.
<p>This option is only valid, if the source of the reference is a
bookmark or a set reference.</p>
@@ -108,7 +108,7 @@ published constants ReferenceFieldPart
*/
const short NUMBER_NO_CONTEXT = 9;
//-------------------------------------------------------------------------
- /** The numbering label and numbering lables of superior list levels
of the reference are displayed.
+ /** The numbering label and numbering labels of superior list levels
of the reference are displayed.
<p>This option is only valid, if the source of the reference is a
bookmark or a set reference.</p>
<p>The contents of the list label of the paragraph, at which the
bookmark respectively the
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ConvWatch.java
b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ConvWatch.java
index 70b7acc37b..4b6886361c 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ConvWatch.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ConvWatch.java
@@ -103,7 +103,7 @@ public class ConvWatch
{
// java file has problems to check for directories, if the
given directory doesn't exist.
String sName = FileHelper.getBasename(_sAbsoluteReferenceFile);
- // thanks to Mircosoft, every document has a suffix, so if a
name doesn't have a suffix, it must be a directory name
+ // thanks to Microsoft, every document has a suffix, so if a
name doesn't have a suffix, it must be a directory name
int nIdx = sName.indexOf('.');
if (nIdx == -1)
{
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/MSOfficePrint.java
b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/MSOfficePrint.java
index 0b42618483..36bf688b80 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/MSOfficePrint.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/MSOfficePrint.java
@@ -208,7 +208,7 @@ public class MSOfficePrint
{
GlobalLogWriter.get().println("No Microsoft Office document
format found.");
// TODO: use a better Exception!!!
- throw new ConvWatchCancelException/*WrongSuffixException*/("No
Mircosoft Office document format found.");
+ throw new ConvWatchCancelException/*WrongSuffixException*/("No
Microsoft Office document format found.");
}
if (aStartCommand.isEmpty() == false)
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/MSOfficePostscriptCreator.java
b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/MSOfficePostscriptCreator.java
index 39b7c25eab..fbefdac127 100644
---
a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/MSOfficePostscriptCreator.java
+++
b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/MSOfficePostscriptCreator.java
@@ -296,7 +296,7 @@ public class MSOfficePostscriptCreator implements IOffice
{
GlobalLogWriter.println("No Microsoft Office document format
found.");
// TODO: use a better Exception!!!
- throw new WrongSuffixException("No Mircosoft Office document
format found.");
+ throw new WrongSuffixException("No Microsoft Office document
format found.");
}
if (aStartCommand.isEmpty() == false)
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FixedContentReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FixedContentReadHandler.java
index b68280b362..66c2c977a4 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FixedContentReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FixedContentReadHandler.java
@@ -73,7 +73,7 @@ public class FixedContentReadHandler extends
ElementReadHandler
if (OfficeNamespaces.OOREPORT_NS.equals(uri))
{
- // expect a report control. The control will modifiy the current
+ // expect a report control. The control will modify the current
// element (as we do not separate the elements that strictly ..)
if ("report-control".equals(tagName))
{
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormattedTextReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormattedTextReadHandler.java
index f36f3caa63..db9ed43e1a 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormattedTextReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/FormattedTextReadHandler.java
@@ -93,7 +93,7 @@ public class FormattedTextReadHandler extends
ElementReadHandler
{
if (OfficeNamespaces.OOREPORT_NS.equals(uri))
{
- // expect a report control. The control will modifiy the current
+ // expect a report control. The control will modify the current
// element (as we do not separate the elements that strictly ..)
if ("report-control".equals(tagName))
{
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
index 2799d5b6ba..6c9bc51b8a 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
@@ -99,7 +99,7 @@ public class ImageReadHandler extends ElementReadHandler
if (OfficeNamespaces.OOREPORT_NS.equals(uri))
{
- // expect a report control. The control will modifiy the current
+ // expect a report control. The control will modify the current
// element (as we do not separate the elements that strictly ..)
if ("report-control".equals(tagName))
{
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/MasterDetailReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/MasterDetailReadHandler.java
index dab696ee4d..25008111f6 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/MasterDetailReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/MasterDetailReadHandler.java
@@ -90,7 +90,7 @@ public class MasterDetailReadHandler extends
ElementReadHandler
{
if (OfficeNamespaces.OOREPORT_NS.equals(uri) &&
"master-detail-field".equals(tagName))
{
- // expect a report control. The control will modifiy the current
+ // expect a report control. The control will modify the current
// element (as we do not separate the elements that strictly ..)
return new MasterDetailReadHandler(element, true);
}
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/SubDocumentReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/SubDocumentReadHandler.java
index fead93552b..6f4fa41fc0 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/SubDocumentReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/SubDocumentReadHandler.java
@@ -92,7 +92,7 @@ public class SubDocumentReadHandler extends
NoCDATATextContentReadHandler
{
if (OfficeNamespaces.OOREPORT_NS.equals(uri))
{
- // expect a report control. The control will modifiy the current
+ // expect a report control. The control will modify the current
// element (as we do not separate the elements that strictly ..)
if ("report-control".equals(tagName))
{
diff --git a/main/sal/inc/rtl/logfile.hxx b/main/sal/inc/rtl/logfile.hxx
index d97253df96..b467ab1da9 100644
--- a/main/sal/inc/rtl/logfile.hxx
+++ b/main/sal/inc/rtl/logfile.hxx
@@ -61,7 +61,7 @@ namespace rtl
Example: RTL_LOGFILE_CONTEXT( aLog, "Timing for foo-method" );
- RTL_LOGFILE_CONTEXT_TRACE( instance, mesage );
+ RTL_LOGFILE_CONTEXT_TRACE( instance, message );
RTL_LOGFILE_CONTEXT_TRACEn( instance, frmt, arg1, .., arg3 );
These macros can be used to log information in a "instance"
context. The "instance" object
is used to log message informations. All macros with "frmt"
uses printf notation to log timing infos.
diff --git a/main/sc/source/filter/excel/xlstyle.cxx
b/main/sc/source/filter/excel/xlstyle.cxx
index e1d0764bbd..a59fa25a85 100644
--- a/main/sc/source/filter/excel/xlstyle.cxx
+++ b/main/sc/source/filter/excel/xlstyle.cxx
@@ -1415,7 +1415,7 @@ static const XclBuiltInFormat spBuiltInFormats_THAI[] =
// ----------------------------------------------------------------------------
-/** Specifies a number format table for a specific langauge. */
+/** Specifies a number format table for a specific language. */
struct XclBuiltInFormatTable
{
LanguageType meLanguage; /// The language of this table.
diff --git a/main/sc/source/ui/app/seltrans.cxx
b/main/sc/source/ui/app/seltrans.cxx
index 0892cf12ca..f1ac1c95ff 100644
--- a/main/sc/source/ui/app/seltrans.cxx
+++ b/main/sc/source/ui/app/seltrans.cxx
@@ -296,7 +296,7 @@ void ScSelectionTransferObj::CreateCellData()
ScDrawLayer::SetGlobalDrawPersist(aDragShellRef);
ScDocument* pClipDoc = new ScDocument( SCDOCMODE_CLIP );
- // bApi = sal_True -> no error mesages
+ // bApi = sal_True -> no error messages
// #i18364# bStopEdit = sal_False -> don't end edit mode
// (this may be called from pasting into the edit line)
sal_Bool bCopied = pViewData->GetView()->CopyToClip(
pClipDoc, sal_False, sal_True, sal_True, sal_False );
diff --git a/main/sc/source/ui/vba/vbaworksheets.cxx
b/main/sc/source/ui/vba/vbaworksheets.cxx
index 5cbcb2e183..7ff364bc0b 100644
--- a/main/sc/source/ui/vba/vbaworksheets.cxx
+++ b/main/sc/source/ui/vba/vbaworksheets.cxx
@@ -377,7 +377,7 @@ ScVbaWorksheets::Select( const uno::Any& Replace ) throw
(uno::RuntimeException)
ScMarkData& rMarkData = pViewShell->GetViewData()->GetMarkData();
sal_Bool bReplace = sal_True;
Replace >>= bReplace;
- // Replace is defaulted to True, meanining this current collection
+ // Replace is defaulted to True, meaning this current collection
// becomes the Selection, if it were false then the current selection
would
// be extended
bool bSelectSingle = bReplace;
diff --git a/main/sc/source/ui/view/select.cxx
b/main/sc/source/ui/view/select.cxx
index 294d44cc46..b0acdb15c3 100644
--- a/main/sc/source/ui/view/select.cxx
+++ b/main/sc/source/ui/view/select.cxx
@@ -110,7 +110,7 @@ void __EXPORT ScViewFunctionSet::BeginDrag()
if ( rMark.IsMarked() && !rMark.IsMultiMarked() )
{
ScDocument* pClipDoc = new ScDocument( SCDOCMODE_CLIP );
- // bApi = sal_True -> no error mesages
+ // bApi = sal_True -> no error messages
sal_Bool bCopied = pViewData->GetView()->CopyToClip(
pClipDoc, sal_False, sal_True );
if ( bCopied )
{
diff --git
a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
index 162be777f2..28802e35a3 100644
---
a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
+++
b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
@@ -1042,7 +1042,7 @@ System.out.println(" exception: " + ioe.getMessage());
{
// throw new IOException(
// "cannot rename readonly file: " + getName()); // I18N
- // BUG: this is the design bug. Cache has to mamage such kind
+ // BUG: this is the design bug. Cache has to manage such kind
// of operation in order to keep the data integrity.
this.name = name;
}
diff --git a/main/scripting/source/provider/MasterScriptProvider.cxx
b/main/scripting/source/provider/MasterScriptProvider.cxx
index 8d58adbd6c..06b787a843 100644
--- a/main/scripting/source/provider/MasterScriptProvider.cxx
+++ b/main/scripting/source/provider/MasterScriptProvider.cxx
@@ -337,7 +337,7 @@ throw ( provider::ScriptFrameworkErrorException,
Reference< provider::XScript > xScript;
// If the script location is in the same location context as this
- // MSP then delate to the lanaguage provider controlled by this MSP
+ // MSP then delegate to the language provider controlled by this MSP
// ** Special case is BASIC, all calls to getScript will be handled
// by the language script provider in the current location context
// even if its different
diff --git a/main/scripting/source/provider/MasterScriptProvider.hxx
b/main/scripting/source/provider/MasterScriptProvider.hxx
index e1159f3e03..2560e55f96 100644
--- a/main/scripting/source/provider/MasterScriptProvider.hxx
+++ b/main/scripting/source/provider/MasterScriptProvider.hxx
@@ -135,7 +135,7 @@ private:
// This component supports XInitialization, it can be created
// using createInstanceXXX() or createInstanceWithArgumentsXXX using
- // the service Mangager.
+ // the service Manager.
// Need to detect proper initialisation and validity
// for the object, so m_bIsValid indicates that the object is valid is set
in ctor
// in case of createInstanceWithArgumentsXXX() called m_bIsValid is set to
reset
diff --git a/main/sd/source/ui/view/Outliner.cxx
b/main/sd/source/ui/view/Outliner.cxx
index 74e8e1ff20..741d6c7f4d 100644
--- a/main/sd/source/ui/view/Outliner.cxx
+++ b/main/sd/source/ui/view/Outliner.cxx
@@ -1319,7 +1319,7 @@ void Outliner::SetViewMode (PageKind ePageKind)
framework::FrameworkHelper::Instance(rBase)->RequestSynchronousUpdate();
SetViewShell(rBase.GetMainViewShell());
- // Switching to another view shell has intermediatly called
+ // Switching to another view shell has intermediately called
// EndSpelling(). A PrepareSpelling() is pending, so call that now.
PrepareSpelling();
@@ -1704,7 +1704,7 @@ sal_Bool Outliner::ConvertNextDocument()
sal_uInt16 Outliner::ShowModalMessageBox (Dialog& rMessageBox)
{
- // We assume that the parent of the given messge box is NULL, i.e. it is
+ // We assume that the parent of the given message box is NULL, i.e. it is
// modal with respect to the top application window. However, this
// does not affect the search dialog. Therefore we have to lock it here
// while the message box is being shown. We also have to take into
diff --git a/main/sd/source/ui/view/ToolBarManager.cxx
b/main/sd/source/ui/view/ToolBarManager.cxx
index 3d55a54f80..e01d8fe449 100644
--- a/main/sd/source/ui/view/ToolBarManager.cxx
+++ b/main/sd/source/ui/view/ToolBarManager.cxx
@@ -153,7 +153,7 @@ public:
void AddShellId (sd::ToolBarManager::ToolBarGroup eGroup, sd::ShellId nId);
/** Releasing all shells means that the given ToolBarRules object is
- informed that every shell mananged by the called ToolBarShellList is
+ informed that every shell managed by the called ToolBarShellList is
about to be removed and that the associated framework tool bars can
be removed as well. The caller still has to call UpdateShells().
*/
diff --git a/main/svtools/source/control/fmtfield.cxx
b/main/svtools/source/control/fmtfield.cxx
index 00b5229209..0270b67311 100644
--- a/main/svtools/source/control/fmtfield.cxx
+++ b/main/svtools/source/control/fmtfield.cxx
@@ -1290,7 +1290,7 @@ void
DoubleCurrencyField::FormatChanged(FORMAT_CHANGE_TYPE nWhat)
case FCT_KEYONLY:
DBG_ERROR("DoubleCurrencyField::FormatChanged :
somebody modified my key !");
// We always build our own format from the settings we
get via special methods (setCurrencySymbol etc.).
- // Nobody but ourself should modifiy the format key
directly !
+ // Nobody but ourself should modify the format key
directly !
break;
}
diff --git a/main/svx/source/accessibility/AccessibleControlShape.cxx
b/main/svx/source/accessibility/AccessibleControlShape.cxx
index b991428889..8642f49e90 100644
--- a/main/svx/source/accessibility/AccessibleControlShape.cxx
+++ b/main/svx/source/accessibility/AccessibleControlShape.cxx
@@ -212,7 +212,7 @@ void AccessibleControlShape::Init()
// way future-proof - as soon as an inner context appears which
implements an additional interface,
// we would need to adjust our implementation to support this
new interface, too. Bad idea.
//
- // The usual solution for such a problem is aggregation.
Aggregation means using UNO's own meachnisms
+ // The usual solution for such a problem is aggregation.
Aggregation means using UNO's own mechanisms
// for merging an inner with an outer component, and get a
component which behaves as it is exactly one.
// This is what XAggregation is for. Unfortunately, aggregation
requires _exact_ control over the ref count
// of the inner object, which we do not have at all.
diff --git a/main/sw/inc/unochart.hxx b/main/sw/inc/unochart.hxx
index f59edf3f8c..c3252b404b 100644
--- a/main/sw/inc/unochart.hxx
+++ b/main/sw/inc/unochart.hxx
@@ -202,7 +202,7 @@ public:
void AddDataSequence( const SwTable &rTable,
::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence
> &rxDataSequence );
void RemoveDataSequence( const SwTable &rTable,
::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence
> &rxDataSequence );
- // will send modifdied events for all data-sequences of the table
+ // will send modified events for all data-sequences of the table
void InvalidateTable( const SwTable *pTable );
sal_Bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox );
void DisposeAllDataSequences( const SwTable *pTable );
diff --git a/main/sw/source/core/frmedt/feshview.cxx
b/main/sw/source/core/frmedt/feshview.cxx
index 54c0a0d6d6..e20a0c98ef 100644
--- a/main/sw/source/core/frmedt/feshview.cxx
+++ b/main/sw/source/core/frmedt/feshview.cxx
@@ -3064,11 +3064,11 @@ const Color SwFEShell::GetShapeBackgrd() const
// determine page frame of the frame the shape is anchored.
const SwFrm* pAnchorFrm =
static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj );
- ASSERT( pAnchorFrm, "inconsistent modell - no anchor at
shape!");
+ ASSERT( pAnchorFrm, "inconsistent model - no anchor at
shape!");
if ( pAnchorFrm )
{
const SwPageFrm* pPageFrm = pAnchorFrm->FindPageFrm();
- ASSERT( pPageFrm, "inconsistent modell - no page!");
+ ASSERT( pPageFrm, "inconsistent model - no page!");
if ( pPageFrm )
{
aRetColor = pPageFrm->GetDrawBackgrdColor();
@@ -3116,11 +3116,11 @@ bool SwFEShell::IsShapeDefaultHoriTextDirR2L() const
// determine page frame of the frame the shape is anchored.
const SwFrm* pAnchorFrm =
static_cast<SwDrawContact*>(GetUserCall(pSdrObj))->GetAnchorFrm( pSdrObj );
- ASSERT( pAnchorFrm, "inconsistent modell - no anchor at
shape!");
+ ASSERT( pAnchorFrm, "inconsistent model - no anchor at
shape!");
if ( pAnchorFrm )
{
const SwPageFrm* pPageFrm = pAnchorFrm->FindPageFrm();
- ASSERT( pPageFrm, "inconsistent modell - no page!");
+ ASSERT( pPageFrm, "inconsistent model - no page!");
if ( pPageFrm )
{
bRet = pPageFrm->IsRightToLeft() ? true : false;
diff --git a/main/sw/source/filter/xml/xmlimp.cxx
b/main/sw/source/filter/xml/xmlimp.cxx
index b99474996b..3b2d505ea0 100644
--- a/main/sw/source/filter/xml/xmlimp.cxx
+++ b/main/sw/source/filter/xml/xmlimp.cxx
@@ -754,7 +754,7 @@ void SwXMLImport::startDocument( void )
pDoc->GetOrCreateDrawModel();
// <--
- // SJ: #i49801# locking the modell to disable repaints
+ // SJ: #i49801# locking the model to disable repaints
SwDrawModel* pDrawModel = pDoc->GetDrawModel();
if ( pDrawModel )
pDrawModel->setLock( sal_True );
diff --git a/main/ucb/source/ucp/file/shell.cxx
b/main/ucb/source/ucp/file/shell.cxx
index 297e47bcda..3b334fea81 100644
--- a/main/ucb/source/ucp/file/shell.cxx
+++ b/main/ucb/source/ucp/file/shell.cxx
@@ -3044,7 +3044,7 @@ uno::Sequence< ucb::ContentInfo >
shell::queryCreatableContentsInfo()
/*******************************************************************************/
/*
*/
-/* some misceancellous static functions
*/
+/* some miscellaneous static functions
*/
/*
*/
/*******************************************************************************/
diff --git a/main/ucb/source/ucp/file/shell.hxx
b/main/ucb/source/ucp/file/shell.hxx
index 5c833fe45c..b4d429101b 100644
--- a/main/ucb/source/ucp/file/shell.hxx
+++ b/main/ucb/source/ucp/file/shell.hxx
@@ -586,7 +586,7 @@ namespace fileaccess {
com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo >
m_sCommandInfo;
public:
- // Misceancellous:
+ // Miscellaneous:
// Methods for "writeComponentInfo" and "createComponentFactory"
static void SAL_CALL getScheme( rtl::OUString& Scheme );
diff --git a/main/vcl/source/window/dlgctrl.cxx
b/main/vcl/source/window/dlgctrl.cxx
index 5b5603dd44..6b78277ef3 100644
--- a/main/vcl/source/window/dlgctrl.cxx
+++ b/main/vcl/source/window/dlgctrl.cxx
@@ -1074,7 +1074,7 @@ static Window* ImplGetLabelFor( Window* pFrameWindow,
WindowType nMyType, Window
nMyType == WINDOW_FIXEDLINE ||
nMyType == WINDOW_GROUPBOX )
{
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a
fixed text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a
fixed text.
// See tools/options/print for example.
sal_Bool bThisIsAGroupControl = (nMyType == WINDOW_GROUPBOX) ||
(nMyType == WINDOW_FIXEDLINE);
Window* pSWindow = NULL;
@@ -1203,7 +1203,7 @@ static Window* ImplGetLabeledBy( Window* pFrameWindow,
WindowType nMyType, Windo
nType == WINDOW_FIXEDLINE ||
nType == WINDOW_GROUPBOX ) )
{
- // a fixed text can't be labeld by a fixed text.
+ // a fixed text can't be labeled by a fixed text.
if ( ( nMyType != WINDOW_FIXEDTEXT ) || ( nType !=
WINDOW_FIXEDTEXT ) )
pWindow = pSWindow;
break;
@@ -1243,7 +1243,7 @@ Window* Window::GetAccessibleRelationLabeledBy() const
// if( ! ( GetType() == WINDOW_FIXEDTEXT ||
// GetType() == WINDOW_FIXEDLINE ||
// GetType() == WINDOW_GROUPBOX ) )
- // #i100833# MT 2010/02: Group box and fixed lines can also lable a fixed
text.
+ // #i100833# MT 2010/02: Group box and fixed lines can also label a fixed
text.
// See tools/options/print for example.
pWindow = ImplGetLabeledBy( pFrameWindow, GetType(),
const_cast<Window*>(this) );
diff --git a/main/vcl/source/window/syswin.cxx
b/main/vcl/source/window/syswin.cxx
index 8b55275389..8285f91432 100644
--- a/main/vcl/source/window/syswin.cxx
+++ b/main/vcl/source/window/syswin.cxx
@@ -733,7 +733,7 @@ void SystemWindow::SetWindowStateData( const
WindowStateData& rData )
if( rData.GetMask() & (WINDOWSTATE_MASK_WIDTH|WINDOWSTATE_MASK_HEIGHT)
)
{
- // #i43799# adjust window state sizes if a minimial output size
was set
+ // #i43799# adjust window state sizes if a minimal output size was
set
// otherwise the frame and the client might get different sizes
if( maMinOutSize.Width() > aState.mnWidth )
aState.mnWidth = maMinOutSize.Width();
diff --git a/main/winaccessibility/source/service/AccObjectManagerAgent.cxx
b/main/winaccessibility/source/service/AccObjectManagerAgent.cxx
index 9f7a04b922..49abfe3efe 100644
--- a/main/winaccessibility/source/service/AccObjectManagerAgent.cxx
+++ b/main/winaccessibility/source/service/AccObjectManagerAgent.cxx
@@ -278,7 +278,7 @@ IMAccessible*
AccObjectManagerAgent::GetIMAccByXAcc(XAccessible* pXAcc)
}
/**
- * Notify manger when a XAccessible object is destroying.
+ * Notify manager when a XAccessible object is destroying.
* @param pXAcc Uno XAccessible interface of control.
* @return.
*/