summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/IdPropArrayHelper.hxx2
-rw-r--r--include/comphelper/accessibletexthelper.hxx2
-rw-r--r--include/comphelper/embeddedobjectcontainer.hxx2
-rw-r--r--include/comphelper/propagg.hxx6
-rw-r--r--include/comphelper/proparrhlp.hxx2
-rw-r--r--include/comphelper/seqstream.hxx4
-rw-r--r--include/comphelper/sequenceashashmap.hxx4
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
-rw-r--r--include/framework/addonsoptions.hxx2
-rw-r--r--include/framework/framelistanalyzer.hxx2
-rw-r--r--include/framework/preventduplicateinteraction.hxx2
-rw-r--r--include/framework/titlehelper.hxx4
-rw-r--r--include/jvmfwk/framework.h2
-rw-r--r--include/oox/core/filterbase.hxx2
-rw-r--r--include/osl/file.h2
-rw-r--r--include/rtl/ustrbuf.hxx2
-rw-r--r--include/sal/main.h2
-rw-r--r--include/sfx2/sfxbasemodel.hxx2
-rw-r--r--include/svtools/menuoptions.hxx2
-rw-r--r--include/svtools/miscopt.hxx2
-rw-r--r--include/svtools/optionsdrawinglayer.hxx2
-rw-r--r--include/svtools/slidesorterbaropt.hxx2
-rw-r--r--include/svtools/toolpanelopt.hxx2
-rw-r--r--include/svx/SmartTagMgr.hxx2
-rw-r--r--include/svx/graphichelper.hxx2
-rw-r--r--include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx2
-rw-r--r--include/svx/svddrgv.hxx4
-rw-r--r--include/svx/svdedxv.hxx2
-rw-r--r--include/svx/svdview.hxx6
-rw-r--r--include/svx/tbcontrl.hxx2
-rw-r--r--include/tools/extendapplicationenvironment.hxx2
-rw-r--r--include/tools/resid.hxx2
-rw-r--r--include/ucbhelper/contenthelper.hxx4
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx2
-rw-r--r--include/ucbhelper/resultset.hxx2
-rw-r--r--include/ucbhelper/resultsethelper.hxx2
-rw-r--r--include/unotools/cmdoptions.hxx2
-rw-r--r--include/unotools/compatibility.hxx2
-rw-r--r--include/unotools/dynamicmenuoptions.hxx2
-rw-r--r--include/unotools/extendedsecurityoptions.hxx2
-rw-r--r--include/unotools/fontoptions.hxx2
-rw-r--r--include/unotools/historyoptions.hxx2
-rw-r--r--include/unotools/localisationoptions.hxx2
-rw-r--r--include/unotools/moduleoptions.hxx2
-rw-r--r--include/unotools/printwarningoptions.hxx2
-rw-r--r--include/unotools/securityoptions.hxx2
-rw-r--r--include/unotools/viewoptions.hxx2
47 files changed, 56 insertions, 56 deletions
diff --git a/include/comphelper/IdPropArrayHelper.hxx b/include/comphelper/IdPropArrayHelper.hxx
index 525d40778f33..1540530a9e5b 100644
--- a/include/comphelper/IdPropArrayHelper.hxx
+++ b/include/comphelper/IdPropArrayHelper.hxx
@@ -65,7 +65,7 @@ namespace comphelper
}
/** call this in the getInfoHelper method of your derived class. The method returns the array helper of the
- class, which is created if neccessary.
+ class, which is created if necessary.
*/
::cppu::IPropertyArrayHelper* getArrayHelper(sal_Int32 nId);
diff --git a/include/comphelper/accessibletexthelper.hxx b/include/comphelper/accessibletexthelper.hxx
index 38f834e9f8d5..c307d00cf3e1 100644
--- a/include/comphelper/accessibletexthelper.hxx
+++ b/include/comphelper/accessibletexthelper.hxx
@@ -160,7 +160,7 @@ namespace comphelper
// getTextBeforeIndex
// getTextBehindIndex
//
-// The following methods must be overriden by derived classes:
+// The following methods must be overridden by derived classes:
//
// implGetText
// implGetLocale
diff --git a/include/comphelper/embeddedobjectcontainer.hxx b/include/comphelper/embeddedobjectcontainer.hxx
index 7ce0566c926c..dd1de2074014 100644
--- a/include/comphelper/embeddedobjectcontainer.hxx
+++ b/include/comphelper/embeddedobjectcontainer.hxx
@@ -169,7 +169,7 @@ public:
/** call setPersistentEntry for each embedded object in the container
*
* \param _xStorage The storeage where to store the objects.
- * \param _bClearModifedFlag If <TRUE/> then the modifed flag will be set to <FALSE/> otherwise nothing happen.
+ * \param _bClearModifedFlag If <TRUE/> then the modified flag will be set to <FALSE/> otherwise nothing happen.
* \return <FALSE/> if no error occurred, otherwise <TRUE/>.
*/
sal_Bool SetPersistentEntries(const com::sun::star::uno::Reference< com::sun::star::embed::XStorage >& _xStorage,bool _bClearModifedFlag = true);
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 62a3d59509c5..78be2ee22151 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -68,12 +68,12 @@ namespace internal
class IPropertyInfoService
{
public:
- /** get the prefered handle for the given property
+ /** get the preferred handle for the given property
@param _rName the property name
@return the handle the property should be refered by, or -1 if there are no
preferences for the given property
*/
- virtual sal_Int32 getPreferedPropertyId(const OUString& _rName) = 0;
+ virtual sal_Int32 getPreferredPropertyId(const OUString& _rName) = 0;
protected:
~IPropertyInfoService() {}
@@ -110,7 +110,7 @@ public:
for refering the aggregate's properties from outside.
If one of the properties returned from the info service conflict with other handles
alread present (e.g. through _rProperties), the property is handled as if -1 was returned.
- If NULL (or, for a special property, a call to getPreferedPropertyId returns -1),
+ If NULL (or, for a special property, a call to getPreferredPropertyId returns -1),
the aggregate property(ies) get a new handle which they can be refered by from outside.
@param _nFirstAggregateId
if the object is about to create new handles for the aggregate properties, it uses
diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index b957683c89a6..9928f78052fa 100644
--- a/include/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
@@ -68,7 +68,7 @@ public:
}
/** call this in the getInfoHelper method of your derived class. The method returns the array helper of the
- class, which is created if neccessary.
+ class, which is created if necessary.
*/
::cppu::IPropertyArrayHelper* getArrayHelper();
diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index 4c73af24d484..ecc9e9030914 100644
--- a/include/comphelper/seqstream.hxx
+++ b/include/comphelper/seqstream.hxx
@@ -97,12 +97,12 @@ protected:
public:
/** constructs the object. Everything written into the stream through the XOutputStream methods will be forwarded
- to the sequence, reallocating it if neccessary. Writing will start at offset 0 within the sequence.
+ to the sequence, reallocating it if necessary. Writing will start at offset 0 within the sequence.
@param _rSeq a reference to the sequence which will be used for output.
The caller is responsible for taking care of the lifetime of the stream
object and the sequence. If you're in doubt about this, use <code>closeOutput</code>
before destroying the sequence
- @param _nResizeFactor the factor which is used for resizing the sequence when neccessary. In every
+ @param _nResizeFactor the factor which is used for resizing the sequence when necessary. In every
resize step, the new sequence size will be calculated by multiplying the current
size with this factor, rounded off to the next multiple of 4.
@param _nMinimumResize the minmal number of bytes which is additionally allocated on resizing
diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index e6d44a3678be..f6c5c092b78f 100644
--- a/include/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
@@ -81,7 +81,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
SequenceAsHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lSource);
//---------------------------------------
- /** @short not realy used but maybe useful :-)
+ /** @short not really used but maybe useful :-)
*/
~SequenceAsHashMap();
@@ -208,7 +208,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
specified default value otherwise.
@descr If a value should be extracted only in case
- the requsted property exists realy (without creating
+ the requsted property exists really (without creating
of new items as it the index operator of a
has_map does!) this method can be used.
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index d7328de834a6..3832ced90070 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -484,7 +484,7 @@ protected :
const Graphic& rGrf,
const Rectangle& rVisArea );
-// the following methods need to be overriden for Excel imports
+// the following methods need to be overridden for Excel imports
virtual sal_Bool ProcessClientAnchor( SvStream& rStData,
sal_uInt32 nDatLen,
char*& rpBuff,
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 8119b09a617c..49c1cfff2e57 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -120,7 +120,7 @@ typedef ::std::vector< MergeStatusbarInstruction > MergeStatusbarInstructionCont
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx
index e039304c4181..fa276ee82b11 100644
--- a/include/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
@@ -29,7 +29,7 @@ namespace framework{
/** analyze and split the current available frame list of a given frames supplier
into different parts.
- These analyzed information can be used e.g. to decide if it's neccessary
+ These analyzed information can be used e.g. to decide if it's necessary
to switch into the backing mode, close the current active frame only or
exit the whole application explicitly or implicitly.
*/
diff --git a/include/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx
index a411b9184711..63ff840885f5 100644
--- a/include/framework/preventduplicateinteraction.hxx
+++ b/include/framework/preventduplicateinteraction.hxx
@@ -161,7 +161,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
@param xSMGR
uno service manager for creating services internaly
- @threadsafe not neccessary
+ @threadsafe not necessary
*/
PreventDuplicateInteraction(const css::uno::Reference< css::uno::XComponentContext >& rxContext);
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 1ddf064eb4bf..760257207096 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -78,7 +78,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
It's holded weak only so we do not need any complex dispose sessions.
- Note: Passing NULL as parameter will be alloed. It will reset the internal
+ Note: Passing NULL as parameter will be allowed. It will reset the internal
member reference only.
@param xOwner
@@ -92,7 +92,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
It's holded weak only so we do not need any complex dispose sessions.
- Note: Passing NULL as parameter will be alloed. It will reset the internal
+ Note: Passing NULL as parameter will be allowed. It will reset the internal
member reference only.
@param xNumbers
diff --git a/include/jvmfwk/framework.h b/include/jvmfwk/framework.h
index d3160d3233c2..50480da01247 100644
--- a/include/jvmfwk/framework.h
+++ b/include/jvmfwk/framework.h
@@ -388,7 +388,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError SAL_CALL jfw_isVMRunning(sal_Bool *bRunning)
*/
JVMFWK_DLLPUBLIC javaFrameworkError SAL_CALL jfw_findAndSelectJRE(JavaInfo **pInfo);
-/** provides information about all availabe JRE installations.
+/** provides information about all available JRE installations.
<p>The function determines dynamically what JREs are available. It uses
the plug-in libraries to provide lists of available <code>JavaInfo</code>
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index 6280f9d0001c..1d9e0dbd1a96 100644
--- a/include/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
@@ -222,7 +222,7 @@ public:
com.sun.star.lang.XMultiServiceFactory interface of the global
service factory. The optional second argument may contain a
sequence of com.sun.star.beans.NamedValue objects. The different
- filter implemetations may support different arguments.
+ filter implementations may support different arguments.
*/
virtual void SAL_CALL initialize(
const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rArgs )
diff --git a/include/osl/file.h b/include/osl/file.h
index ed72aabee6e6..e092eb2b6d97 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -54,7 +54,7 @@ contain only ASCII characters<p>
case preserving or not. The operating system implementation itself should
determine if it can map case-insensitive paths. The case correct notation of
a filename or file path is part of the "File Info". This case correct name
-can be used as a unique key if neccessary.<p>
+can be used as a unique key if necessary.<p>
4. Obtaining information about files or volumes is controlled by a
bitmask which specifies which fields are of interest. Due to performance
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index f3470da77145..6697d9b2f775 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -587,7 +587,7 @@ public:
/// @endcond
// This overload is needed because OUString has a ctor from rtl_uString*, but
- // the bool overload above would be prefered to the conversion.
+ // the bool overload above would be preferred to the conversion.
/**
@internal
*/
diff --git a/include/sal/main.h b/include/sal/main.h
index 7553d6802121..5d21b250b552 100644
--- a/include/sal/main.h
+++ b/include/sal/main.h
@@ -71,7 +71,7 @@ int SAL_DLLPUBLIC_EXPORT SAL_CALL main(int argc, char ** argv) \
#include <stdlib.h>
-/* Sorry but this is neccessary cause HINSTANCE is a typedef that differs (C++ causes an error) */
+/* Sorry but this is necessary cause HINSTANCE is a typedef that differs (C++ causes an error) */
#ifndef WINAPI
# define WINAPI __stdcall
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx
index fc52fe827e87..262a9f681ed0 100644
--- a/include/sfx2/sfxbasemodel.hxx
+++ b/include/sfx2/sfxbasemodel.hxx
@@ -284,7 +284,7 @@ public:
/**___________________________________________________________________________________________________
@short get implementation id
- @descr This ID is neccessary for UNO-caching. If there no ID, cache is disabled.
+ @descr This ID is necessary for UNO-caching. If there no ID, cache is disabled.
Another way, cache is enabled.
@seealso XTypeProvider
diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx
index 91080c625f1d..97c950220118 100644
--- a/include/svtools/menuoptions.hxx
+++ b/include/svtools/menuoptions.hxx
@@ -27,7 +27,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx
index 59162b1f2ab5..5c5da5851b17 100644
--- a/include/svtools/miscopt.hxx
+++ b/include/svtools/miscopt.hxx
@@ -29,7 +29,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx
index a5f6b0e4aea6..fe328cd95d5a 100644
--- a/include/svtools/optionsdrawinglayer.hxx
+++ b/include/svtools/optionsdrawinglayer.hxx
@@ -33,7 +33,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/svtools/slidesorterbaropt.hxx b/include/svtools/slidesorterbaropt.hxx
index 8da3b240d393..01124c84f716 100644
--- a/include/svtools/slidesorterbaropt.hxx
+++ b/include/svtools/slidesorterbaropt.hxx
@@ -30,7 +30,7 @@
/** forward declaration to our private date container implementation
We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*/
class SvtSlideSorterBarOptions_Impl;
diff --git a/include/svtools/toolpanelopt.hxx b/include/svtools/toolpanelopt.hxx
index 0a4573ea5cf1..89aad617e245 100644
--- a/include/svtools/toolpanelopt.hxx
+++ b/include/svtools/toolpanelopt.hxx
@@ -30,7 +30,7 @@
/** forward declaration to our private date container implementation
We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*/
class SvtToolPanelOptions_Impl;
diff --git a/include/svx/SmartTagMgr.hxx b/include/svx/SmartTagMgr.hxx
index 616881a0b6d7..60e2294b1a0c 100644
--- a/include/svx/SmartTagMgr.hxx
+++ b/include/svx/SmartTagMgr.hxx
@@ -203,7 +203,7 @@ public:
com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagRecognizer >
GetRecognizer( sal_uInt32 i ) const { return maRecognizerList[i]; }
- /** Is smart tag recognization active?
+ /** Is smart tag recognition active?
*/
bool IsSmartTagsEnabled() const { return 0 != NumberOfRecognizers() &&
IsLabelTextWithSmartTags(); }
diff --git a/include/svx/graphichelper.hxx b/include/svx/graphichelper.hxx
index b78ac7c2b8b9..f2109a550356 100644
--- a/include/svx/graphichelper.hxx
+++ b/include/svx/graphichelper.hxx
@@ -29,7 +29,7 @@ class SVX_DLLPUBLIC GraphicHelper
{
public:
- static void GetPreferedExtension( OUString& rExtension, const Graphic& rGraphic );
+ static void GetPreferredExtension( OUString& rExtension, const Graphic& rGraphic );
static OUString ExportGraphic( const Graphic& rGraphic, const OUString& rGraphicName );
static void SaveShapeAsGraphic( const com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape );
};
diff --git a/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx b/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx
index 3c995dfba3c9..cedb879371af 100644
--- a/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx
+++ b/include/svx/sdr/contact/viewobjectcontactofsdrobj.hxx
@@ -37,7 +37,7 @@ namespace sdr
{
/** Test whether the primitive is visible on any layer from @c aLayers
- This should be overriden by ViewObjectContacts of SDR classes
+ This should be overridden by ViewObjectContacts of SDR classes
that have subparts which can be on different layers (that is,
SdrObjGroup .-)
*/
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index 9796b0ea8868..3f492b20a801 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -128,7 +128,7 @@ public:
void BrkInsObjPoint() { BrkDragObj(); }
sal_Bool IsInsObjPoint() const { return mpCurrentSdrDragMethod && bInsPolyPoint; }
- // Fuer die App zum Verwalten des Status. GetPreferedPointer() wird
+ // Fuer die App zum Verwalten des Status. GetPreferredPointer() wird
// spaeter vielleicht einen passenden Pointer dafuer liefern
void SetInsObjPointMode(sal_Bool bOn) { bInsObjPointMode = bOn; }
sal_Bool IsInsObjPointMode() const { return bInsObjPointMode; }
@@ -140,7 +140,7 @@ public:
void BrkInsGluePoint() { BrkDragObj(); }
sal_Bool IsInsGluePoint() const { return mpCurrentSdrDragMethod && bInsGluePoint; }
- // Fuer die App zum Verwalten des Status. GetPreferedPointer() wird
+ // Fuer die App zum Verwalten des Status. GetPreferredPointer() wird
// spaeter vielleicht einen passenden Pointer dafuer liefern
void SetInsGluePointMode(sal_Bool bOn) { bInsGluePointMode = bOn; }
sal_Bool IsInsGluePointMode() const { return bInsGluePointMode; }
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 5426c1b1bdc2..ce9062f46964 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -241,7 +241,7 @@ public:
// Object-MacroModus (z.B. Rect als Button oder sowas):
//************************************************************************
// Persistent. Default TRUE. SvDraw wertet das Flag u.a. bei
- // SdrView::GetPreferedPointer() aus. Hat nur Wirkung, wenn das Dokument
+ // SdrView::GetPreferredPointer() aus. Hat nur Wirkung, wenn das Dokument
// Draw-Objekte mit Macrofunktionalitaet hat (SdrObject::HasMacro()==sal_True).
void SetMacroMode(sal_Bool bOn) { bMacroMode=bOn; }
sal_Bool IsMacroMode() const { return bMacroMode; }
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index d136870ba5da..cc6fcb06e60f 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -181,7 +181,7 @@ public:
// SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SDRMOUSEBUTTONDOWN,aVEvt);
// ... hier Applikationsspezifischer Eingriff ...
// pSdrView->DoMouseEvent(aVEvt);
- // SetPointer(GetPreferedPointer(...))
+ // SetPointer(GetPreferredPointer(...))
// CaptureMouse(...)
void EnableExtendedMouseEventDispatcher(sal_Bool bOn) { bNoExtendedMouseDispatcher = !bOn; }
sal_Bool IsExtendedMouseEventDispatcherEnabled() const { return bNoExtendedMouseDispatcher; }
@@ -217,7 +217,7 @@ public:
// unvollstaendige Implementation:
// Das OutputDevice ist notwendig, damit ich die HandleSize ermitteln kann.
// Bei NULL wird das 1. angemeldete Win verwendet.
- Pointer GetPreferedPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nModifier=0, sal_Bool bLeftDown=sal_False) const;
+ Pointer GetPreferredPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nModifier=0, sal_Bool bLeftDown=sal_False) const;
SdrHitKind PickAnything(const MouseEvent& rMEvt, sal_uInt16 nMouseDownOrMoveOrUp, SdrViewEvent& rVEvt) const;
SdrHitKind PickAnything(const Point& rLogicPos, SdrViewEvent& rVEvt) const;
sal_Bool DoMouseEvent(const SdrViewEvent& rVEvt);
@@ -297,7 +297,7 @@ public:
//
// Sonstiges:
// ~~~~~~~~~~
-// Pointer GetPreferedPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nTol=0) const;
+// Pointer GetPreferredPointer(const Point& rMousePos, const OutputDevice* pOut, sal_uInt16 nTol=0) const;
// OUString GetStatusText();
//
///////////////////////////////////////////////////////////////////////////////////////////////// */
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index 12326ba5653a..9ae00b7aa9ff 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -102,7 +102,7 @@
-> SvxBoxItem & SvxBoxInfoItem
Additional information
from DocShell: none
- Bemerkung: provides dependant of chosen ValueSet-Item
+ Bemerkung: provides dependent of chosen ValueSet-Item
only SvxBoxItem or additionally SvxBoxInfoItem
If the Controller ein SfxUInt16Item receives a
value != 0, paragraph mode will be switched on,
diff --git a/include/tools/extendapplicationenvironment.hxx b/include/tools/extendapplicationenvironment.hxx
index c8a19c4afd14..9a610a0b811e 100644
--- a/include/tools/extendapplicationenvironment.hxx
+++ b/include/tools/extendapplicationenvironment.hxx
@@ -24,7 +24,7 @@
namespace tools {
-// Extend the environment of the process in a platform specifc way as necessary
+// Extend the environment of the process in a platform specific way as necessary
// for OOo-related applications; must be called first thing in main:
TOOLS_DLLPUBLIC void extendApplicationEnvironment();
diff --git a/include/tools/resid.hxx b/include/tools/resid.hxx
index 631f8bc8a20d..0966b3bf4630 100644
--- a/include/tools/resid.hxx
+++ b/include/tools/resid.hxx
@@ -84,7 +84,7 @@ public:
RESOURCE_TYPE GetRT() const { return( m_nRT ); }
- /** Set the type if not already set. Ask for tye with GetRT()
+ /** Set the type if not already set. Ask for type with GetRT()
[Example]
ResId aId( 1000 );
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index 08d44a95fe80..98e1e6b5ae3c 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -158,7 +158,7 @@ protected:
* "getPropertySetInfo" simply return the return value of this method.
*
* @param xEnv is an environment to use for example, for interactions.
- * @param bCache indicates, whether the implemetation should use
+ * @param bCache indicates, whether the implementation should use
* cached data, if exist.
* @return an XPropertySetInfo implementation object containing meta data
* for the properties supported by this content.
@@ -174,7 +174,7 @@ protected:
* return the return value of this method.
*
* @param xEnv is an environment to use for example, for interactions.
- * @param bCache indicates, whether the implemetation should use
+ * @param bCache indicates, whether the implementation should use
* cached data, if exist.
* @return an XCommandInfo implementation object containing meta data
* for the commands supported by this content.
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 2d52d9331cfc..c2e3ab534856 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -92,7 +92,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
//-----------------------------------
/** @short default ctor.
- @descr Such constructed object cant be used realy.
+ @descr Such constructed object cant be used really.
Might it will crash if its used!
Dont forget to initialize all(!) members ...
*/
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx
index 3cec3bce2e4f..46269a15738f 100644
--- a/include/ucbhelper/resultset.hxx
+++ b/include/ucbhelper/resultset.hxx
@@ -493,7 +493,7 @@ public:
/**
* This method returns the count of objects obtained so far. There is no
- * for the implemetation to obtain all objects at once. It can obtain
+ * for the implementation to obtain all objects at once. It can obtain
* all data on demand.
*
* The implementation should call m_pResultSet->rowCountChanged(...)
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx
index 502c01aba8aa..898280ffc040 100644
--- a/include/ucbhelper/resultsethelper.hxx
+++ b/include/ucbhelper/resultsethelper.hxx
@@ -176,7 +176,7 @@ public:
com::sun::star::uno::RuntimeException );
/**
- * The implemetation of this method always returns 0. Override this
+ * The implementation of this method always returns 0. Override this
* method, if necessary.
*/
virtual sal_Int16 SAL_CALL
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index 8ba740ae4327..43b85a2a7e3b 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -35,7 +35,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx
index 2583e051a16e..1b47c5f24b63 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -72,7 +72,7 @@ enum CompatibilityOptions
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx
index 5475c46f8cdb..864743eca9c5 100644
--- a/include/unotools/dynamicmenuoptions.hxx
+++ b/include/unotools/dynamicmenuoptions.hxx
@@ -48,7 +48,7 @@ enum EDynamicMenuType
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/extendedsecurityoptions.hxx b/include/unotools/extendedsecurityoptions.hxx
index 9963b919c04d..c75bb955cb90 100644
--- a/include/unotools/extendedsecurityoptions.hxx
+++ b/include/unotools/extendedsecurityoptions.hxx
@@ -29,7 +29,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/fontoptions.hxx b/include/unotools/fontoptions.hxx
index 1b86ccc6da40..8a6f21e0485c 100644
--- a/include/unotools/fontoptions.hxx
+++ b/include/unotools/fontoptions.hxx
@@ -28,7 +28,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 3722b6ef3453..d57eec193c3c 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -51,7 +51,7 @@ enum EHistoryType
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/localisationoptions.hxx b/include/unotools/localisationoptions.hxx
index 12d5caffc4ad..ccc1fb649571 100644
--- a/include/unotools/localisationoptions.hxx
+++ b/include/unotools/localisationoptions.hxx
@@ -27,7 +27,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index 747a20371f1a..6ea2a3f7cc4f 100644
--- a/include/unotools/moduleoptions.hxx
+++ b/include/unotools/moduleoptions.hxx
@@ -41,7 +41,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
class SvtModuleOptions_Impl;
diff --git a/include/unotools/printwarningoptions.hxx b/include/unotools/printwarningoptions.hxx
index 30f35cd0d709..8a2835f70717 100644
--- a/include/unotools/printwarningoptions.hxx
+++ b/include/unotools/printwarningoptions.hxx
@@ -29,7 +29,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx
index dd150f17daba..33043548a301 100644
--- a/include/unotools/securityoptions.hxx
+++ b/include/unotools/securityoptions.hxx
@@ -29,7 +29,7 @@
/*-************************************************************************************************************//**
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
- You can create the container if it is neccessary. The class which use these mechanism
+ You can create the container if it is necessary. The class which use these mechanism
is faster and smaller then a complete implementation!
*//*-*************************************************************************************************************/
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 15587cc246d4..a262648d896c 100644
--- a/include/unotools/viewoptions.hxx
+++ b/include/unotools/viewoptions.hxx
@@ -186,7 +186,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/*-****************************************************************************************************//**
@short use it to set/get the window state of your view
@descr These value describe position/size and some other states of a window.
- Use it with right vcl methods directly. Normaly it's not neccessary to
+ Use it with right vcl methods directly. Normaly it's not necessary to
parse given string!
@seealso vcl methods