Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more spelling #252

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,6 @@ dreawn
drived
droped
dscrete
dsiable
dsplays
dthe
dublicat
Expand Down Expand Up @@ -1620,7 +1619,6 @@ functons
funczion
funktion
funktions
funtionality
funtions
furher
furhtermore
Expand Down Expand Up @@ -1900,7 +1898,6 @@ ingore
inh
inheritage
inherting
inidcates
inidicate
inidicates
inidicator
Expand Down Expand Up @@ -2009,7 +2006,6 @@ interate
interation
intercation
interecptor
intereested
interepreted
intereseted
interessted
Expand Down
4 changes: 2 additions & 2 deletions main/comphelper/inc/comphelper/uno3.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace comphelper
//=====================================================================
//= deriving from multiple XInterface-derived classes
//=====================================================================
//= forwarding/merging XInterface funtionality
//= forwarding/merging XInterface functionality
//=====================================================================
#define DECLARE_XINTERFACE( ) \
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::sun::star::uno::RuntimeException); \
Expand Down Expand Up @@ -185,7 +185,7 @@ namespace comphelper
}

//=====================================================================
//= forwarding/merging XTypeProvider funtionality
//= forwarding/merging XTypeProvider functionality
//=====================================================================
#define DECLARE_XTYPEPROVIDER( ) \
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw (::com::sun::star::uno::RuntimeException); \
Expand Down
2 changes: 1 addition & 1 deletion main/framework/inc/protocols.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace framework{
#define SPECIALPROTOCOL_PRIVATE_OBJECT DECLARE_ASCII("private:object" ) // indicates loading of components using a model directly
#define SPECIALPROTOCOL_PRIVATE_STREAM DECLARE_ASCII("private:stream" ) // indicates loading of components using a stream only
#define SPECIALPROTOCOL_PRIVATE_FACTORY DECLARE_ASCII("private:factory") // indicates creation of empty documents
#define SPECIALPROTOCOL_SLOT DECLARE_ASCII("slot:" ) // internal protocol of the sfx project for generic dispatch funtionality
#define SPECIALPROTOCOL_SLOT DECLARE_ASCII("slot:" ) // internal protocol of the sfx project for generic dispatch functionality
#define SPECIALPROTOCOL_UNO DECLARE_ASCII(".uno:" ) // external representation of the slot protocol using names instead of id's
#define SPECIALPROTOCOL_MACRO DECLARE_ASCII("macro:" ) // special sfx protocol to execute macros
#define SPECIALPROTOCOL_SERVICE DECLARE_ASCII("service:" ) // generic way to start uno services during dispatch
Expand Down
6 changes: 3 additions & 3 deletions main/framework/inc/stdtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct KeyEventEqualsFunc

/**
Basic string list based on a std::vector()
It implements some additional funtionality which can be useful but
It implements some additional functionality which can be useful but
is missing at the normal vector implementation.
*/
class OUStringList : public ::comphelper::SequenceAsVector< ::rtl::OUString >
Expand Down Expand Up @@ -139,7 +139,7 @@ class OUStringList : public ::comphelper::SequenceAsVector< ::rtl::OUString >

/**
Basic string queue based on a std::queue()
It implements some additional funtionality which can be useful but
It implements some additional functionality which can be useful but
is missing at the normal std implementation.
*/
typedef ::std::queue< ::rtl::OUString > OUStringQueue;
Expand All @@ -148,7 +148,7 @@ typedef ::std::queue< ::rtl::OUString > OUStringQueue;

/**
Basic hash based on a std::hash_map() which provides key=[OUString] and value=[template type] pairs
It implements some additional funtionality which can be useful but
It implements some additional functionality which can be useful but
is missing at the normal hash implementation.
*/
template< class TType >
Expand Down
4 changes: 2 additions & 2 deletions main/framework/source/inc/loadenv/loadenvexception.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ class LoadEnvException
/** @short TODO */
ID_COULD_NOT_REACTIVATE_CONTROLLER,

/** @short inidcates an already running load operation. Of yourse the same
/** @short indicates an already running load operation. Of course the same
instance can't be used for multiple load requests at the same time.
*/
ID_STILL_RUNNING,

/** @short sometiems we can't specify the reason for an error, because we
/** @short sometimes we can't specify the reason for an error, because we
was interrupted by an called code in an unexpected way ...
*/
ID_GENERAL_ERROR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void startListening()
* (started inside the original oneway method). We found all parameters of
* the original request packed inside a vector. Here we unpack it and
* call the right internal helper method, which implements the right
* funtionality.
* functionality.
*
* @seealso frameAction()
* @seealso dispatch()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void startListening()
* (started inside the original oneway method). We found all parameters of
* the original request packed inside a vector. Here we unpack it and
* call the right internal helper method, which implements the right
* funtionality.
* functionality.
*
* @seealso frameAction()
* @seealso statusChanged()
Expand Down Expand Up @@ -184,7 +184,7 @@ public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams )
* Because it's a oneway method we start a thread as reaction. This thread call
* us back and we can do necessary things there.
* But we shouldn't start such action - if it's not really necessary.
* So we check before, if we are intereested on this event really.
* So we check before, if we are interested on this event really.
*
* @see impl_frameAction()
*
Expand Down Expand Up @@ -227,7 +227,7 @@ public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams )

/**
* This is the callback method for the status we listen for an wish to show it
* on our UI control. Of yourse it's a oneway method ... but we doesn't call back
* on our UI control. Of course it's a oneway method ... but we doesn't call back
* to the office synchronously here. We update our UI only. So we don't leave this
* java process. In such case it's not necessary to use threads to decouple it.
* Do it here and now ...
Expand All @@ -242,15 +242,15 @@ public void execOneway(/*IN*/ int nRequest,/*IN*/ Vector lParams )
if (m_bDead)
return;

// enable/dsiable th control.
// enable/disable th control.
// Means: If the feature isn't available currently - we can't show an status really here.
// Then we should colorize it gray ...
m_rControl.setEnabled(aEvent.IsEnabled);

// Only if status is enabled we can look for his value!
if (aEvent.IsEnabled)
{
// look for the right type ofthe UI control
// look for the right type of the UI control
// Following actions depend on it.

//.............................................................
Expand Down
2 changes: 1 addition & 1 deletion main/sd/inc/Outliner.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private:
*/
::std::vector<SdrObjectWeakRef> maMarkListCopy;

/** This flag inidcates that only the current view is to be used for
/** This flag indicates that only the current view is to be used for
searching and spelling. Automatically switching to other view does
not take place when this flag is set.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue)
//If the configuration does not define Greeting/Salutation/CommunicationType yet choose a default
setDefaultForGreetingAndSalutationAndCommunication();

//disable funtionality that is not supported by the template:
//disable functionality that is not supported by the template:
initializeElements();

//disable the document, so that the user cannot change anything:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue)
//If the configuration does not define Greeting/Salutation yet choose a default
setDefaultForGreetingAndSalutation();

//disable funtionality that is not supported by the template:
//disable functionality that is not supported by the template:
initializeElements();

//disable the document, so that the user cannot change anything:
Expand Down